diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-10-24 09:37:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-10-24 09:44:01 +0200 |
commit | aa253c533d23d0fda1ecc512d94dea24501803ed (patch) | |
tree | a440db83059af999beed26774fe57dbaf607ce1b /src/w32.c | |
parent | cc3e436c822343f72f3ede6b638e1b68cd434583 (diff) | |
download | emacs-aa253c533d23d0fda1ecc512d94dea24501803ed.tar.gz emacs-aa253c533d23d0fda1ecc512d94dea24501803ed.tar.bz2 emacs-aa253c533d23d0fda1ecc512d94dea24501803ed.zip |
; Fix broken links to gmane.org
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 2 |
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 |