VirtualBox

Changeset 78090 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 10, 2019 2:19:04 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129946
Message:

*,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r77910 r78090  
    86648664     */
    86658665    char szAbsHostPath[RTPATH_MAX];
    8666     int vrc = RTPathAbsEx(NULL, aData.m_strHostPath.c_str(), szAbsHostPath, sizeof(szAbsHostPath));
     8666    int vrc = RTPathAbs(aData.m_strHostPath.c_str(), szAbsHostPath, sizeof(szAbsHostPath));
    86678667    if (RT_FAILURE(vrc))
    86688668        return setErrorBoth(E_INVALIDARG, vrc, tr("Invalid shared folder path: '%s' (%Rrc)"), aData.m_strHostPath.c_str(), vrc);
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