Wireshark-commits: [Wireshark-commits] master-1.10 f54a230: Get rid of some no-longer-necessary cas

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Oct 2014 00:02:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f54a230da844027622e084374477f5efcaa11bcb
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

f54a230 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.
    
    (cherry picked from commit e3477bd13635a637d1337093457dbad499bd5538)
    
    Change-Id: I35aaeaabcc896adb747aad628d259dd0b5b09c2e
    Reviewed-on: https://code.wireshark.org/review/4803
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0757e61   Don't use ctype.h routines.
    adds  f54a230   Get rid of some no-longer-necessary casts.


Summary of changes:
 capture_opts.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)