Changeset 107618 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 10, 2025 9:55:06 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/dir.cpp
r106061 r107618 103 103 psz = strchr(psz, RTPATH_SLASH); 104 104 if (psz2 && (!psz || (uintptr_t)psz2 < (uintptr_t)psz)) 105 psz = psz ;105 psz = psz2; 106 106 #else 107 107 psz = strchr(psz, RTPATH_SLASH);
Note:
See TracChangeset
for help on using the changeset viewer.