Wireshark-commits: [Wireshark-commits] master 5fc398c: Don't use ctype.h routines.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Oct 2014 21:11:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5fc398c3286fda408ad5cd4b5834d1b2778db86a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5fc398c by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use ctype.h routines.
    
    That avoids locale dependency and handles possibly-signed chars (which
    we weren't doing before).
    
    Change-Id: I189222eff624ad2d2e960bc0b69f3f22d35f351f
    Reviewed-on: https://code.wireshark.org/review/4787
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  36e4e6f   Get rid of unused includes of <ctype.h>.
    adds  5fc398c   Don't use ctype.h routines.


Summary of changes:
 wsutil/str_util.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)