summaryrefslogtreecommitdiff
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)
break them into smaller chunks. See the Comments section of
the MSDN documentation of WriteFile for details behind the
choice of the value of CHUNK below. See also the thread
- http://thread.gmane.org/gmane.comp.version-control.git/145294
+ http://thread.gmane.org/gmane.comp.version-control.git/145294 [dead link]
in the git mailing list. */
const unsigned char *p = buffer;
const bool is_pipe = (fd < MAXDESC