URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46e71f9a7c17e6aec5dd9d7c5829ac8bc684d90e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
46e71f9 by Peter Wu (peter@xxxxxxxxxxxxx):
    wslua: fix source argument in debug info for luacov
    
    The source argument should start with a '@', otherwise it is treated as
    actual source code instead of a filename. This is needed for luacov. See
    https://www.lua.org/manual/5.2/manual.html#lua_Debug
    https://github.com/keplerproject/luacov/issues/55
    
    Change-Id: I0a3e2da65fb6b4aaabb9173a07fdea18a788f3e3
    Reviewed-on: https://code.wireshark.org/review/29447
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  a1fac65   Migrate make-manuf to Python+CSV.
     add  46e71f9   wslua: fix source argument in debug info for luacov
Summary of changes:
 epan/wslua/init_wslua.c | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)