Wireshark-commits: [Wireshark-commits] master 8d0af2f: Gtk: remove atoi calls and use ws_strtoi fun

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Oct 2016 21:45:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d0af2f57826b309404c5b7f3b02aaf5b3171f27
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d0af2f by Dario Lombardo (lomato@xxxxxxxxx):

    Gtk: remove atoi calls and use ws_strtoi functions.
    
    Change-Id: Ie38bdd27d9e3810e3a64b985dfd5621a3aa6d073
    Reviewed-on: https://code.wireshark.org/review/18445
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dab4ea5   Update libssh to 0.7.3
    adds  8d0af2f   Gtk: remove atoi calls and use ws_strtoi functions.


Summary of changes:
 ui/gtk/capture_dlg.c        |   26 +++++++++++++++++++++++---
 ui/gtk/expert_comp_table.c  |   12 ++++++++----
 ui/gtk/main_80211_toolbar.c |    4 +++-
 ui/gtk/rlc_lte_graph.c      |    7 +++++--
 ui/gtk/rlc_lte_stat_dlg.c   |    8 +++++---
 ui/gtk/sctp_graph_dlg.c     |    7 ++++---
 ui/gtk/tcp_graph.c          |    6 ++++--
 7 files changed, 52 insertions(+), 18 deletions(-)