VirtualBox

Changeset 71818 in vbox for trunk


Ignore:
Timestamp:
Apr 11, 2018 10:53:07 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r71817 r71818  
    816816                setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    817817                                    Utf8StrFmt(GuestSession::tr("Destination file \"%s\" could not be opened: %Rrc"),
    818                                                strDestFinal, rc));
     818                                               strDestFinal.c_str(), rc));
    819819                break;
    820820        }
     
    15511551                    setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    15521552                                        Utf8StrFmt(GuestSession::tr("Destination file \"%s\" could not be opened: %Rrc"),
    1553                                                    strFileDest, rc));
     1553                                                   strFileDest.c_str(), rc));
    15541554                    break;
    15551555            }
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