git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13891
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the path equal to something like '/', not empty, for the files
// immediately under root directory
size_t len = posLastSlash;
// the path equal to something like '/', not empty, for the files
// immediately under root directory
size_t len = posLastSlash;
+
+ // this rule does not apply to mac since we do not start with colons (sep)
+ // except for relative paths
+ if ( !len && format != wxPATH_MAC)
len++;
*pstrPath = fullpath.Left(len);
len++;
*pstrPath = fullpath.Left(len);