Wireshark-commits: [Wireshark-commits] master-1.12 bcf9508: Get rid of one more isalpha() call in f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 Oct 2014 08:45:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcf9508253289f444983aa2a72f8dc45ea9a0682
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

bcf9508 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of one more isalpha() call in favor of g_ascii_isalpha().
    
    Change-Id: I99d5d0381de24a9bf6bfbc9a12c564e1cdb1e1d2
    Reviewed-on: https://code.wireshark.org/review/4864
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  20ca1fb   Remove the ctype.h function call.
    adds  bcf9508   Get rid of one more isalpha() call in favor of g_ascii_isalpha().


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