Differences From Artifact [4ed9e26994]:
- File xvfs.c.rvt — part of check-in [38bed7cee0] at 2019-09-13 18:43:08 on branch trunk — First implementation of nearly complete channel driver, marked more TODO and cleaned up whitespace (user: rkeene, size: 5468) [annotate] [blame] [check-ins using]
To Artifact [b727267b99]:
- File xvfs.c.rvt — part of check-in [48adf54b98] at 2019-09-13 21:44:53 on branch trunk — Whitespace cleanup (user: rkeene, size: 5467) [annotate] [blame] [check-ins using]
︙ | |||
151 152 153 154 155 156 157 | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | - + | if (*length == 0) { resultLength = fileInfo->size - start; } else { resultLength = MIN(fileInfo->size - start, *length); } *length = resultLength; |
︙ |