author | Miklos Vajna <vmiklos@frugalware.org> | |
Sat, 14 Jun 2008 01:01:59 +0000 (03:01 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Jun 2008 04:31:17 +0000 (21:31 -0700) | ||
commit | 9e18522328dc6ba2cf49b56fa7a54c14ad4df840 | |
tree | 2c092138ed3836ce8f385e02b56bfc6669e825df | tree | snapshot |
parent | 5f54de5bd07481f6d88e8dbd5551f3356ecbf513 | commit | diff |
run-command documentation: fix "memset()" parameter
When initializing the struct async and struct child_process structures,
the documentation suggested "clearing" the structure with '0' instead of
'\0'. It is enough to use integer zero here.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When initializing the struct async and struct child_process structures,
the documentation suggested "clearing" the structure with '0' instead of
'\0'. It is enough to use integer zero here.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-run-command.txt | diff | blob | history |