Changeset 40934 in vbox for trunk/src/VBox/Runtime/common/path/RTPathRealDup.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/RTPathRealDup.cpp
r28800 r40934 50 50 if (RT_SUCCESS(rc)) 51 51 return RTStrDup(szPath); 52 return NULL;52 return (char *)NULL; 53 53 } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.