Wireshark-commits: [Wireshark-commits] master 9d1afef: isdigit -> g_ascii_isdigit to make the build
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Oct 2014 08:52:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d1afef1dfd3af626c471debe7f09f41d67c401f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9d1afef by AndersBroman (anders.broman@xxxxxxxxxxxx):

    isdigit -> g_ascii_isdigit to make the build work.
    
    Change-Id: I670b7b83976a9db9491e017015d570a4dc8f433d
    Reviewed-on: https://code.wireshark.org/review/4771
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4416988   Eliminate include of <ctype.h>.
    adds  9d1afef   isdigit -> g_ascii_isdigit to make the build work.


Summary of changes:
 ui/capture_ui_utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)