Wireshark-commits: [Wireshark-commits] master 2d0507e: Use gsize rather than int, to avoid some com

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 May 2014 22:29:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d0507e33abb44e09279d9e95eac1ed1a6c502c5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2d0507e by Guy Harris (guy@xxxxxxxxxxxx):

    Use gsize rather than int, to avoid some complaints about shortening.
    
    Change-Id: Ic673525a05cd106677226a4063af825d0f22c97c
    Reviewed-on: https://code.wireshark.org/review/1677
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ea95c83   Introduce col_add_lstr(), use it instead of slower col_add_fstr.
    adds  2d0507e   Use gsize rather than int, to avoid some complaints about shortening.


Summary of changes:
 epan/column-utils.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)