- Timestamp:
- Jul 16, 2019 2:01:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/messagerefentry.cpp
r76553 r79807 245 245 uint32_t cPendingBlankLines = pcPendingBlankLines ? *pcPendingBlankLines : 0; 246 246 uint32_t cLinesWritten = 0; 247 uint32_t cchWidth = getScreenWidth(pStrm) ;247 uint32_t cchWidth = getScreenWidth(pStrm) - 1; /* (Seems a -1 here is prudent, at least on windows.) */ 248 248 uint64_t fPrevScope = fScope; 249 249 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.