Changeset 3191 for trunk/src/kmk/w32
- Timestamp:
- Mar 26, 2018, 11:16:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/winchildren.c
r3190 r3191 677 677 /* Move offPendingRead ahead by cbRead. */ 678 678 pPipe->offPendingRead += cbNewData; 679 assert(pPipe->offPendingRead < pPipe->cbBuffer);679 assert(pPipe->offPendingRead <= pPipe->cbBuffer); 680 680 if (pPipe->offPendingRead > pPipe->cbBuffer) 681 681 pPipe->offPendingRead = pPipe->cbBuffer;
Note:
See TracChangeset
for help on using the changeset viewer.