URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00204d0f3267d2fd025f22e4267b51d5de14b0bc
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
00204d0 by Jeff Morriss (morriss@xxxxxxxxxxx):
    Convert a couple remaining isalpha() and isprint() calls that were left after
    the merges to this branch.
    
    This gets it compiling cleanly again.
    
    Change-Id: I7273c5bb684656b26a98cbcb4e279bc0499c812c
    Reviewed-on: https://code.wireshark.org/review/4986
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    
Actions performed:
    from  d939342   Use g_ascii_isalnum() rather than isalnum().
    adds  00204d0   Convert a couple remaining isalpha() and isprint() calls that were left after the merges to this branch.
Summary of changes:
 epan/dissectors/packet-sip.c |    4 ++--
 epan/ftypes/ftype-string.c   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)