Changeset 107737 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jan 14, 2025 9:20:59 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
r106061 r107737 2121 2121 || Parsed.enmSrcType == RTFSISOMKCMDPARSEDNAMES::kSrcType_MustRemove) 2122 2122 { 2123 const char *pszFirstNm = NULL; 2124 uint32_t cRemoved = 0; 2123 uint32_t cRemoved = 0; 2125 2124 for (uint32_t i = 0; i < pOpts->cNameSpecifiers; i++) 2126 2125 if ( Parsed.aNames[i].cchPath > 0 … … 2128 2127 { 2129 2128 /* Make sure we remove all objects by this name. */ 2130 pszFirstNm = Parsed.aNames[i].szPath;2131 2129 for (;;) 2132 2130 {
Note:
See TracChangeset
for help on using the changeset viewer.