- Timestamp:
- Jun 21, 2014 9:22:22 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Runtime/common/zip/tarcmd.cpp ¶
r48780 r51683 163 163 static bool rtZipTarCmdIsNameInArray(const char *pszName, const char * const *papszNames, uint32_t *piName) 164 164 { 165 for (uint32_t iName = 0; papszNames[iName]; iName )165 for (uint32_t iName = 0; papszNames[iName]; iName++) 166 166 if (!strcmp(papszNames[iName], pszName)) 167 167 { … … 359 359 rcExit = RTEXITCODE_FAILURE; 360 360 } 361 362 RTVfsFsStrmRelease(hVfsFssIn); 361 363 } 362 364 RTMemFree(pbmFound);
Note:
See TracChangeset
for help on using the changeset viewer.