Changeset 51683 in vbox
- Timestamp:
- Jun 21, 2014 9:22:22 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.

