Changeset 25000 in vbox for trunk/src/VBox/Runtime/testcase/tstPath.cpp
- Timestamp:
- Nov 26, 2009 2:22:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstPath.cpp
r20606 r25000 184 184 if (s_aRTPathAbsExTests[i].pcszOutput[1] == 'p') 185 185 { 186 size_tcch = strlen(szTmp);186 cch = strlen(szTmp); 187 187 if (cch + strlen(s_aRTPathAbsExTests[i].pcszOutput) - 2 <= sizeof(szTmp)) 188 188 strcpy(szTmp + cch, s_aRTPathAbsExTests[i].pcszOutput + 2);
Note:
See TracChangeset
for help on using the changeset viewer.