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