Wireshark-commits: [Wireshark-commits] master b4c08d1: USB: Make iso_status variable a gint.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Aug 2020 00:52:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b4c08d166ceab5d54969c826fc8498b2bc654b2e
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b4c08d1 by Martin Mathieson (martin.mathieson@xxxxxxxxxxxx):

    USB: Make iso_status variable a gint.
    
    The type for this field really can be -ve - it corresponds to errno.
    
    Change-Id: I842664b692ffd944a0c02ad5de750b321b247dbf
    Reviewed-on: https://code.wireshark.org/review/38019
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  0334b6a   Fix use of _ret_uint() for UINT_{BYTES,STRING} when _ret_length() is wanted
     add  b4c08d1   USB: Make iso_status variable a gint.


Summary of changes:
 epan/dissectors/packet-usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)