Changeset 16518 in vbox
- Timestamp:
- Feb 4, 2009 4:29:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r16517 r16518 1534 1534 RTPathStripExt(tmpFile); 1535 1535 const char *tmpExt = RTPathExt(aName.c_str()); 1536 RTStrAPrintf(&tmpName, "%s /%s_%d%s", tmpDir, tmpFile, i, tmpExt);1536 RTStrAPrintf(&tmpName, "%s%c%s_%d%s", tmpDir, RTPATH_DELIMITER, tmpFile, i, tmpExt); 1537 1537 RTStrFree(tmpFile); 1538 1538 RTStrFree(tmpDir); … … 1852 1852 1853 1853 /* Construct the source file path */ 1854 Utf8StrFmt strSrcFilePath("%s /%s", strSrcDir.c_str(), di.strHref.c_str());1854 Utf8StrFmt strSrcFilePath("%s%c%s", strSrcDir.c_str(), RTPATH_DELIMITER, di.strHref.c_str()); 1855 1855 /* Check if the source file exists */ 1856 1856 if (!RTPathExists(strSrcFilePath.c_str()))
Note:
See TracChangeset
for help on using the changeset viewer.

