URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54cccefef604dd5a128512fa4c9d04cf8b25d55b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
54cccef by Evan Huus (eapache@xxxxxxxxx):
    Fix build with recent lua changes.
    
    Use FT_NONE instead of 0 to initialize an enum.
    Drop use of lround/llround since they are not available on Windows.
    
    Change-Id: I3961c1921304bafc090c763f0d6de8532f0b3510
    Reviewed-on: https://code.wireshark.org/review/425
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    
Actions performed:
    from  655f2e4   Fix prefs.c: Argument with 'nonnull' attribute passed null (redux)
    adds  54cccef   Fix build with recent lua changes.
Summary of changes:
 epan/wslua/wslua.h       |   24 ++++++++++++------------
 epan/wslua/wslua_proto.c |    2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)