Wireshark-commits: [Wireshark-commits] master f7819de: In ascii_xx_inplace use g_ascii_isupper/g_as
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 May 2014 16:07:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7819de76ab4ccffaa544c46211011f3ade7fede
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7819de by AndersBroman (anders.broman@xxxxxxxxxxxx):

    In ascii_xx_inplace use g_ascii_isupper/g_ascii_islower directly, it
    *should* be slightly more efficient.
    
    Change-Id: I3081e2e25f241cdb07fa46011f50709fd560fb1c
    Reviewed-on: https://code.wireshark.org/review/1626
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cd8188d   Reduce the number of calls to tvb_reported_lenght_remaining().
    adds  f7819de   In ascii_xx_inplace use g_ascii_isupper/g_ascii_islower directly, it *should* be slightly more efficient.


Summary of changes:
 wsutil/str_util.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)