- Timestamp:
- Nov 18, 2008 7:37:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/initterm.cpp
r13908 r14325 170 170 171 171 rv = NS_NewNativeLocalFile (nsEmbedCString (fileLocation), 172 PR_TRUE, getter_AddRefs (localFile)); 172 PR_TRUE, getter_AddRefs (localFile)); 173 173 if (NS_FAILED(rv)) 174 174 return rv; … … 346 346 RTStrPrintf (xptiDat, sizeof (xptiDat), "%s%c%s", 347 347 homeDir, RTPATH_DELIMITER, "xpti.dat"); 348 RTStrPrintf (compDir, sizeof (compDir), "%s%c /components",349 privateArchDir, RTPATH_DELIMITER );348 RTStrPrintf (compDir, sizeof (compDir), "%s%c%s", 349 privateArchDir, RTPATH_DELIMITER, "components"); 350 350 351 351 LogFlowFunc (("component registry : \"%s\"\n", compReg)); … … 398 398 if (NS_SUCCEEDED (rc)) 399 399 appDir = do_QueryInterface (file, &rc); 400 400 401 401 RTStrFree (appDirCP); 402 402 }
Note:
See TracChangeset
for help on using the changeset viewer.