URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0cfa59966ccc69f43875aa0efe2c5e0d5d6cabe4
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.8.2
Repository: wireshark
Commits:
0cfa599 by Evan Huus (eapache@xxxxxxxxx):
Replace one more g_memmove with memmove, add a cast to make the Lua stuff
compile.
svn path=/trunk/; revision=54296
Conflicts:
epan/wslua/wslua_proto.c
ui/export_object_smb.c
Change-Id: Ie692f5ac29e4cb34d93e5bc0cd743df85b94c956
Reviewed-on: https://code.wireshark.org/review/3478
Petri-Dish: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from c3b9ae8 g_memmove has been removed in favour of normal memmove in the latest glib versions, so do the same. Plain old memmove appears to be specified in C90, so I'm not sure why they ever needed a compat function in the first place...
adds 0cfa599 Replace one more g_memmove with memmove, add a cast to make the Lua stuff compile.
Summary of changes:
ui/gtk/export_object_smb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)