VirtualBox

Changeset 3903 in vbox


Ignore:
Timestamp:
Jul 27, 2007 9:56:25 AM (17 years ago)
Author:
vboxsync
Message:

fixed path of VBoxREM2.rel (amd64)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r3727 r3903  
    17281728    size_t  offFilename;
    17291729    char    szPath[RTPATH_MAX];
    1730     int rc = RTPathProgram(szPath, sizeof(szPath) - 32);
     1730    int rc = RTPathAppPrivateArch(szPath, sizeof(szPath) - 32);
    17311731    AssertRCReturn(rc, rc);
    17321732    offFilename = strlen(szPath);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette