Wireshark-commits: [Wireshark-commits] master 16ac61e: Fix StringCchPrintf() calls.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 28 Feb 2018 21:15:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16ac61e2a353fbf940cf8eeee9d5018ea2a12641
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

16ac61e by Guy Harris (guy@xxxxxxxxxxxx):

    Fix StringCchPrintf() calls.
    
    One was missing an argument; supply the necessary string.
    
    The other was assuming that an LPARAM was 32 bits when that's not the
    case on 64-bit Windows - the underlying value is 32-bit, so we just cast
    to int.
    
    Change-Id: Ie2a38e27f2ea211628d2c751a7807bb9ed396c64
    Reviewed-on: https://code.wireshark.org/review/26190
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ea0b580   Fix a check.
    adds  16ac61e   Fix StringCchPrintf() calls.


Summary of changes:
 ui/win32/file_dlg_win32.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)