Wireshark-commits: [Wireshark-commits] master 73ac329: Fix val_to_str() call.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Oct 2019 19:51:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=73ac329193a43f0f7e9e4d4022951643ecee2387
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

73ac329 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix val_to_str() call.
    
    The format argument (third argument) is used with the numerical value
    passed to val_to_str(), so it should have a numerical format item, not a
    string format item.
    
    Bug: 16146
    Change-Id: I91ae0edd7fe06fb95ae74697b06bd4f50b696f9f
    Reviewed-on: https://code.wireshark.org/review/34866
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4c67990   [Automatic update for 2019-10-27]
     add  73ac329   Fix val_to_str() call.


Summary of changes:
 epan/dissectors/packet-wifi-nan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)