Changeset 2409 in vbox for trunk/src/libs
- Timestamp:
- Apr 28, 2007 10:37:35 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/io/nsLocalFileOSX.cpp
r1396 r2409 1351 1351 fixedPath = StringHead(fixedPath, len - choplen); 1352 1352 } 1353 // bird: another hack for the issue with VirtualBoxVM and symlinks... 1354 char tmpBuf[PATH_MAX]; 1355 if (realpath(fixedPath.get(), tmpBuf)) 1356 fixedPath = tmpBuf; 1353 1357 #endif 1354 1358
Note:
See TracChangeset
for help on using the changeset viewer.