Changeset 40934 in vbox for trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp
- Timestamp:
- Apr 16, 2012 5:53:05 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp
r28800 r40934 53 53 if (RT_SUCCESS(rc)) 54 54 return RTStrDup(szPath); 55 return NULL;55 return (char *)NULL; 56 56 } 57 57
Note:
See TracChangeset
for help on using the changeset viewer.