- Timestamp:
- May 27, 2009 11:45:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/dir-win.cpp
r20066 r20070 131 131 RTDECL(int) RTDirCreateTemp(char *pszTemplate) 132 132 { 133 if ( !_mktemp(pszTemplate))133 if (_mktemp(pszTemplate)) 134 134 { 135 135 int rc = RTDirCreate(pszTemplate, 0700);
Note:
See TracChangeset
for help on using the changeset viewer.