Changeset 62819 in vbox
- Timestamp:
- Aug 1, 2016 2:04:17 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTDirCreateUniqueNumbered.cpp
r62723 r62819 53 53 54 54 /* Allocate the result array. */ 55 char **papszNames = (char **)RTMemTmpAllocZ( cTimes* sizeof(char *));55 char **papszNames = (char **)RTMemTmpAllocZ((cTimes + 1) * sizeof(char *)); 56 56 RTTESTI_CHECK_RETV(papszNames != NULL); 57 57
Note:
See TracChangeset
for help on using the changeset viewer.