VirtualBox

Changeset 42509 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Aug 1, 2012 1:17:11 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79674
Message:

Build fix.

File:
1 edited

Legend:

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

    r42508 r42509  
    691691            mData.mStatus = ProcessStatus_Error;
    692692
    693             Utf8Str strError = Utf8StrFmt(tr("Guest process \"%s\" could not be started: ", mData.mProcess.mCommand.c_str()));
     693            Utf8Str strError = Utf8StrFmt(tr("Guest process \"%s\" could not be started: "), mData.mProcess.mCommand.c_str());
    694694
    695695            /* Note: It's not required that the process has been started before. */
     
    700700            else
    701701            {
    702                 /** @todo pData->u32Flags; /** @todo int vs. uint32 -- IPRT errors are *negative* !!! */
     702                /** @todo pData->u32Flags: int vs. uint32 -- IPRT errors are *negative* !!! */
    703703                switch (pData->u32Flags) /* pData->u32Flags contains the IPRT error code from guest side. */
    704704                {
     
    15661566    ReturnComNotImplemented();
    15671567#else
    1568     if (aSize < 0)
    1569         return setError(E_INVALIDARG, tr("The size argument (%lld) is negative"), aSize);
    15701568    if (aSize == 0)
    1571         return setError(E_INVALIDARG, tr("The size (%lld) is zero"), aSize);
     1569        return setError(E_INVALIDARG, tr("The size to read is zero"));
    15721570    CheckComArgOutSafeArrayPointerValid(aData);
    15731571
Note: See TracChangeset for help on using the changeset viewer.

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