URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e8c053d68e3a6e73417faa838e921457ff4d9e0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5e8c053 by Guy Harris (guy@xxxxxxxxxxxx):
Squelch a compiler warning.
No need for buflen to be bigger than len, which it will be on LP64 and
LLP64 platforms if it's size_t and len is guint32.
Change-Id: Iffd2940187180cde1ad55ff7d3bd7c45acf22eba
Reviewed-on: https://code.wireshark.org/review/6380
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ccce7ab capture file dlg (GTK): Nesting level does not match indendation (CID 1159217)
adds 5e8c053 Squelch a compiler warning.
Summary of changes:
epan/to_str.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)