VirtualBox

Changeset 50771 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 13, 2014 3:12:44 PM (11 years ago)
Author:
vboxsync
Message:

Main/GuestCtrl: Try to fix testsuite session file reference tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r50764 r50771  
    30803080    LogFlowThisFuncEnter();
    30813081
    3082     Bstr strSharingMode = ""; /* Sharing mode is ignored. */
    3083 
    3084     return fileOpenEx(aPath, aOpenMode, aDisposition, strSharingMode.raw(), aCreationMode,
     3082    Utf8Str strSharingMode = ""; /* Sharing mode is ignored. */
     3083
     3084    return fileOpenEx(aPath, aOpenMode, aDisposition, strSharingMode, aCreationMode,
    30853085                      0 /* aOffset */, aFile);
    30863086#endif /* VBOX_WITH_GUEST_CONTROL */
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