URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3477bd13635a637d1337093457dbad499bd5538
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e3477bd by Guy Harris (guy@xxxxxxxxxxxx):
Get rid of some no-longer-necessary casts.
g_ascii_isXXX() can be handed a char value safely; they won't try to use
it as an index into a table before checking it.
Change-Id: Icf80163fb5f9dccd0b97917e318b1db0bf3e0cf8
Reviewed-on: https://code.wireshark.org/review/4801
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a91799e Don't use ctype.h routines.
adds e3477bd Get rid of some no-longer-necessary casts.
Summary of changes:
capture_opts.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)