Changeset 4715 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 11, 2007 7:44:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/uniread.cpp
r4076 r4715 195 195 { 196 196 if (!*pszStr) 197 return "";197 return (char*)""; 198 198 char *psz = strdup(pszStr); 199 199 if (psz)
Note:
See TracChangeset
for help on using the changeset viewer.