Changeset 19924 in vbox for trunk/src/testcase
- Timestamp:
- May 22, 2009 9:52:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47626
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/testcase/tstRunTestcases.cpp ¶
r14831 r19924 264 264 { 265 265 char szPath[RTPATH_MAX]; 266 int rc = RTPath Program(szPath, sizeof(szPath) - sizeof("/.."));266 int rc = RTPathExecDir(szPath, sizeof(szPath) - sizeof("/..")); 267 267 if (RT_FAILURE(rc)) 268 268 { 269 RTPrintf("fatal error: RTPath Program-> %Rrc\n", rc);269 RTPrintf("fatal error: RTPathExecDir -> %Rrc\n", rc); 270 270 return 1; 271 271 }
Note:
See TracChangeset
for help on using the changeset viewer.