URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e29dca79f2faccfab156871dff8b200c6768d841
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e29dca7 by Guy Harris (guy@xxxxxxxxxxxx):
Not all compilers support turning of "format=".
The clang on my machine doesn't; just do "format" instead. (The best
way to handle this may be to do the formatting ourselves, so that we can
get thousands separators on *all* platforms, regardless of whether its
printf formatter supports it.)
Change-Id: I1948d1799688cb3cf1d7b0de0696c09f6bf23f1c
Reviewed-on: https://code.wireshark.org/review/7241
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from fcc05a4 Use plain old ASCII for the SimpleDialog delimiter.
adds e29dca7 Not all compilers support turning of "format=".
Summary of changes:
wsutil/str_util.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)