VirtualBox

Changeset 83726 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 17, 2020 1:58:50 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/RTNtPathExpand8dot3Path.cpp: Fixed shadowed variable (Ios) found by VC++ 141. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp

    r82968 r83726  
    131131            RT_ZERO(*puBuf);
    132132
    133             IO_STATUS_BLOCK Ios = RTNT_IO_STATUS_BLOCK_INITIALIZER;
     133            RTNT_IO_STATUS_BLOCK_REINIT(&Ios);
    134134            UNICODE_STRING  NtFilterStr;
    135135            NtFilterStr.Buffer = pwszFix;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette