URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6f41124af3ecc1b9accb734504de03b474e5172
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c6f4112 by Guy Harris (guy@xxxxxxxxxxxx):
Do error checking on simple_error_message_box() calls and fix errors.
It's a printf-like routine, so give it the right declaration. Fix
errors that this finds.
Change-Id: I7e8c100ff9e16ba89743ce744cbf548aae705b77
Reviewed-on: https://code.wireshark.org/review/9487
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from b8d96a4 Squelch a compiler warning.
adds c6f4112 Do error checking on simple_error_message_box() calls and fix errors.
Summary of changes:
file.c | 4 ++--
ui/simple_dialog.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)