diff options
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9387,7 +9387,7 @@ sys_write (int fd, const void * buffer, unsigned int count) | |||
| 9387 | break them into smaller chunks. See the Comments section of | 9387 | break them into smaller chunks. See the Comments section of |
| 9388 | the MSDN documentation of WriteFile for details behind the | 9388 | the MSDN documentation of WriteFile for details behind the |
| 9389 | choice of the value of CHUNK below. See also the thread | 9389 | choice of the value of CHUNK below. See also the thread |
| 9390 | http://thread.gmane.org/gmane.comp.version-control.git/145294 | 9390 | http://thread.gmane.org/gmane.comp.version-control.git/145294 [dead link] |
| 9391 | in the git mailing list. */ | 9391 | in the git mailing list. */ |
| 9392 | const unsigned char *p = buffer; | 9392 | const unsigned char *p = buffer; |
| 9393 | const bool is_pipe = (fd < MAXDESC | 9393 | const bool is_pipe = (fd < MAXDESC |