Wireshark-commits: [Wireshark-commits] master 0db468e: gchar is not guaranteed to be signed; use gi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Oct 2014 18:44:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0db468e300287b8c8ee691f23873b299f64da0c7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0db468e 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>
    

Actions performed:

    from  50add40   Fix some more "char is unsigned" issues, and a possible "char is signed" one.
    adds  0db468e   gchar is not guaranteed to be signed; use gint8.


Summary of changes:
 caputils/airpcap.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)