Wireshark-commits: [Wireshark-commits] master-2.2 6eaac3a: wslua: fix documentation of Struct.fromh

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Feb 2017 12:50:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6eaac3aac36e84b916d28c35acdea716ab135657
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

6eaac3a by Peter Wu (peter@xxxxxxxxxxxxx):

    wslua: fix documentation of Struct.fromhex
    
    The default separator is really an empty string, not a single space.
    This has been wrongly documented since the beginning.
    
    Change-Id: I5598daec1486ce17cfeeaf5697f9759172db9cf5
    Fixes: v1.11.3-rc1-1760-g860747e1e7 ("Adds some Lua helper functions: some commonly used functions, and to help troubleshooting Lua scripts")
    Reviewed-on: https://code.wireshark.org/review/20296
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 4b2a2eb0a4c393dcf29e505ed8f135e9b85fb60e)
    Reviewed-on: https://code.wireshark.org/review/20298
    

Actions performed:

    from  4f9839f   [Automatic update for 2017-02-26]
    adds  6eaac3a   wslua: fix documentation of Struct.fromhex


Summary of changes:
 epan/wslua/wslua_struct.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)