VirtualBox

Ignore:
Timestamp:
May 6, 2015 6:43:42 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100105
Message:

dbgcfg.cpp: Must fix the slashes before invoking expand.exe, it doesn't much like the unix ones at the start of UNC paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp

    r52138 r55699  
    659659     */
    660660#ifdef RT_OS_WINDOWS
     661    RTPathChangeToDosSlashes(pszSrcArchive, false /*fForce*/);
     662    RTPathChangeToDosSlashes(pszPath, false /*fForce*/);
    661663    const char *papszArgs[] =
    662664    {
     
    819821        {
    820822            RTFileDelete(pszPath);
    821             rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, pszPath);
     823            rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, szUrl);
    822824        }
    823825        if (rc == VERR_HTTP_NOT_FOUND)
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