VirtualBox

Changeset 38733 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 13, 2011 1:17:13 PM (13 years ago)
Author:
vboxsync
Message:

%S -> %s and some other minor cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r38637 r38733  
    10121012    else if (RT_SUCCESS(rc))
    10131013    {
    1014         RTPrintf("Value: %S\n", pszValue);
     1014        RTPrintf("Value: %s\n", pszValue);
    10151015        if (fVerbose)
    10161016        {
    10171017            RTPrintf("Timestamp: %lld ns\n", u64Timestamp);
    1018             RTPrintf("Flags: %S\n", pszFlags);
     1018            RTPrintf("Flags: %s\n", pszFlags);
    10191019        }
    10201020    }
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