1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[bittorent] signed char

This commit is contained in:
Witold Filipczyk 2022-01-28 20:52:56 +01:00
parent 53a3914e47
commit 1c618b1cd4

View File

@ -100,7 +100,7 @@ enum bittorrent_message_id {
BITTORRENT_MESSAGE_CANCEL = 8,
};
typedef char bittorrent_message_id_T;
typedef signed char bittorrent_message_id_T;
/** The peer request matches information sent in the request and cancel messages
* in the peer-wire protocol. See the piece cache header file (cache.h) for more