Changeset 107788 in vbox
- Timestamp:
- Jan 15, 2025 3:38:06 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166926
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/dir.cpp
r107618 r107788 502 502 fHaveWildcards = true; 503 503 /* remove extra stars. */ 504 RTUNICP uc2; 505 while ((uc2 = pDir->puszFilter[iRead + 1]) == '*') 504 while (pDir->puszFilter[iRead + 1] == '*') 506 505 iRead++; 507 506 }
Note:
See TracChangeset
for help on using the changeset viewer.