VirtualBox

Changeset 45375 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Apr 5, 2013 2:36:27 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84800
Message:

RTPathParse -> RTPathParseSimple.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r45350 r45375  
    232232     */
    233233    ssize_t offName;
    234     g_cchrtProcExePath = RTPathParse(g_szrtProcExePath, &g_cchrtProcDir, &offName, NULL);
     234    g_cchrtProcExePath = RTPathParseSimple(g_szrtProcExePath, &g_cchrtProcDir, &offName, NULL);
    235235    g_offrtProcName = offName;
    236236    return VINF_SUCCESS;
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