Changeset 52843 in vbox
- Timestamp:
- Sep 24, 2014 1:51:26 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCPP.cpp
r42548 r52843 1133 1133 else if (RT_C_IS_SPACE(ch)) 1134 1134 { 1135 ch = chPrev;1135 chPrev = ch; 1136 1136 ch = ScmStreamGetCh(pStrmInput); 1137 1137 Assert(ch == chPrev);
Note:
See TracChangeset
for help on using the changeset viewer.