VirtualBox

Changeset 2409 in vbox for trunk/src/libs


Ignore:
Timestamp:
Apr 28, 2007 10:37:35 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20817
Message:

another hack for the abs/rel crap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/io/nsLocalFileOSX.cpp

    r1396 r2409  
    13511351    fixedPath = StringHead(fixedPath, len - choplen);
    13521352  }
     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;
    13531357#endif
    13541358
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