Wireshark-commits: [Wireshark-commits] master-1.10 91b016e: Don't use ctype.h routines.

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

Commits:

91b016e 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).
    
    (cherry picked from commit 5fc398c3286fda408ad5cd4b5834d1b2778db86a)
    
    Change-Id: I98c0e532d14e78cc44fef701fb2ad4f29d8edf4e
    Reviewed-on: https://code.wireshark.org/review/4791
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5dbd5cf   isprint() -> g_ascii_isprint()
    adds  91b016e   Don't use ctype.h routines.


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