VirtualBox

Changeset 44623 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 11, 2013 10:14:24 AM (12 years ago)
Author:
vboxsync
Message:

Runtime: RTPathCreateRelative -> RTPathCalcRelative

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathCalcRelative.cpp

    r44617 r44623  
    3838
    3939
    40 RTDECL(int) RTPathCreateRelative(char *pszPathDst, size_t cbPathDst,
    41                                  const char *pszPathFrom,
    42                                  const char *pszPathTo)
     40RTDECL(int) RTPathCalcRelative(char *pszPathDst, size_t cbPathDst,
     41                               const char *pszPathFrom,
     42                               const char *pszPathTo)
    4343{
    4444    int rc = VINF_SUCCESS;
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