Changeset 38083 in vbox for trunk/src/VBox/Runtime/common/misc/getoptargv.cpp
- Timestamp:
- Jul 20, 2011 4:24:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getoptargv.cpp
r33540 r38083 69 69 70 70 /* just flag all the control chars as in need of quoting. */ 71 for (char ch = 1; ch < 20; ch++)71 for (char ch = 1; ch < 0x20; ch++) 72 72 SET_ALL(ch); 73 73
Note:
See TracChangeset
for help on using the changeset viewer.