Changeset 39388 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Nov 21, 2011 3:54:36 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r39384 r39388 443 443 444 444 if (fBinary != -1) 445 pStream->fBinary = RT_BOOL(fBinary); 445 { 446 pStream->fBinary = RT_BOOL(fBinary); 447 pStream->fRecheckMode = true; 448 } 449 446 450 if (fCurrentCodeSet != -1) 447 451 pStream->fCurrentCodeSet = RT_BOOL(fCurrentCodeSet); 448 449 /* Re-check mode on next operation. */450 if ( fBinary != -1451 || fCurrentCodeSet != -1)452 {453 pStream->fRecheckMode = true;454 }455 452 456 453 rtStrmUnlock(pStream);
Note:
See TracChangeset
for help on using the changeset viewer.