Wireshark-commits: [Wireshark-commits] master 3157bf6: isprint() -> g_ascii_isprint()
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 May 2014 16:14:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3157bf6ba5e4896b28316695ecd3a4659631c8c2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3157bf6 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    isprint() -> g_ascii_isprint()
    
    Change-Id: Ia586ef8ce500d5fc7578c52014206fa7a7eaea41
    Reviewed-on: https://code.wireshark.org/review/1624
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f7819de   In ascii_xx_inplace use g_ascii_isupper/g_ascii_islower directly, it *should* be slightly more efficient.
    adds  3157bf6   isprint() -> g_ascii_isprint()


Summary of changes:
 epan/dissectors/packet-at.c        |    2 +-
 epan/dissectors/packet-bjnp.c      |    2 +-
 epan/dissectors/packet-ftp.c       |    2 +-
 epan/dissectors/packet-osc.c       |    2 +-
 epan/dissectors/packet-radius.c    |    2 +-
 epan/dissectors/packet-slimp3.c    |    4 ++--
 epan/dissectors/packet-ssl-utils.c |    2 +-
 epan/uat.c                         |    4 ++--
 ui/cli/tap-follow.c                |    2 +-
 ui/qt/follow_stream_dialog.cpp     |    4 ++--
 wiretap/k12.c                      |    2 +-
 wsutil/str_util.c                  |    2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)