URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f90d8dcbbbb7124d05d261c06c978d7f000b301d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f90d8dc by Guy Harris (guy@xxxxxxxxxxxx):
Use g_ascii_isspace() instead of isascii() && isspace().
This eliminates one more use of <ctype.h> macros; we're using
g_ascii_isXXX() instead of isXXX() elsewhere.
Change-Id: I184caeefab95dda2cf207acf9539eabbd7c32a51
Reviewed-on: https://code.wireshark.org/review/4767
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 63ab36b Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
adds f90d8dc Use g_ascii_isspace() instead of isascii() && isspace().
Summary of changes:
ui/filters.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)