Wireshark-commits: [Wireshark-commits] master f0ada20: Make failure_alert_box() be printf-like.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Mar 2016 02:06:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0ada20a91b2f8aeb785dfd121060af0442dd307
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f0ada20 by Guy Harris (guy@xxxxxxxxxxxx):

    Make failure_alert_box() be printf-like.
    
    Have it be printf-like, and have vfailure_alert_box() be vprintf-like.
    
    Rename a few variables to make it clearer what pointers point to
    vprintf-like functions.
    
    Change-Id: I960e2138a18edcc742c450d68a0c6f7248f50c3f
    Reviewed-on: https://code.wireshark.org/review/14646
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  445a57b   Make sure conversation exists (CID-280536)
    adds  f0ada20   Make failure_alert_box() be printf-like.


Summary of changes:
 ui/alert_box.c      |   12 +++++++++++-
 ui/alert_box.h      |    3 ++-
 ui/gtk/main.c       |    2 +-
 wireshark-qt.cpp    |    2 +-
 wsutil/report_err.c |    8 ++++----
 wsutil/report_err.h |    2 +-
 6 files changed, 20 insertions(+), 9 deletions(-)