Changeset 69084 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 13, 2017 4:53:08 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118372
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r68839 r69084 609 609 if (rc >= 0) 610 610 { 611 *pcchWidth = Info.ws_ row ? Info.ws_row: 80;611 *pcchWidth = Info.ws_col ? Info.ws_col : 80; 612 612 return VINF_SUCCESS; 613 613 }
Note:
See TracChangeset
for help on using the changeset viewer.