aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index a6bc0f4b2ee..da4c7df340e 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -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