Changeset 40934 in vbox for trunk/src/VBox/Runtime/common/path/RTPathParse.cpp
- Timestamp:
- Apr 16, 2012 5:53:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp
r28800 r40934 56 56 ssize_t offRoot = 0; 57 57 const char *pszName = pszPath; 58 const char *pszLastDot = NULL;58 const char *pszLastDot = (char *)NULL; 59 59 60 60 for (;; psz++)
Note:
See TracChangeset
for help on using the changeset viewer.