https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4700
--- Comment #13 from Tamas Regos <tamas.regos@xxxxxxxxxxxx> 2010-04-20 19:17:45 PDT ---
Separated patches for white spaces and changes added as requested.
IMPORTANT!
wslua_proto-whitespaces.diff patch should be added first and
wslua_proto_new.diff after that.
About the warnings.
I've corrected those ones as well (value added at declaration) but the warning
for 'vs' should have been there earlier too because initially I didn't touch
that line.
orig: value_string* vs;
new: value_string* vs = NULL;
Regards,
Tamas
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.