Changeset 55673 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- May 5, 2015 4:36:22 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getoptargv.cpp
r55671 r55673 327 327 */ 328 328 Assert((fFlags & RTGETOPTARGV_CNV_QUOTE_MASK) == RTGETOPTARGV_CNV_QUOTE_MS_CRT); 329 bool fInQuote ;329 bool fInQuote = false; 330 330 for (;;) 331 331 {
Note:
See TracChangeset
for help on using the changeset viewer.