URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1e09b7845c4d242927ad162588139a40dcbc2fe8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
1e09b78 by Guy Harris (guy@xxxxxxxxxxxx):
gchar is not guaranteed to be signed; use gint8.
C does not guarantee that char is signed (that's why there's a keyword
"signed"). Use gint8, to indicate that it's not a character, it's an
8-bit signed integer.
Change-Id: Id632df23352840cbc86a4d88f4c7dade95ab7837
Reviewed-on: https://code.wireshark.org/review/4736
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 0db468e300287b8c8ee691f23873b299f64da0c7)
Reviewed-on: https://code.wireshark.org/review/4737
Actions performed:
from 2a8216a Fix some more "char is unsigned" issues, and a possible "char is signed" one.
adds 1e09b78 gchar is not guaranteed to be signed; use gint8.
Summary of changes:
airpcap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)