Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
SubmittingPatches: explain rationale for using --notes with format-patch
[gitweb.git]
/
test-run-command.c
diff --git
a/test-run-command.c
b/test-run-command.c
index 37918e15f5ce06d0079ce09ae1a7be7b14533c48..89c7de2c600ce2781ce666324e703d555937740a 100644
(file)
--- a/
test-run-command.c
+++ b/
test-run-command.c
@@
-15,9
+15,7
@@
int main(int argc, char **argv)
{
- struct child_process proc;
-
- memset(&proc, 0, sizeof(proc));
+ struct child_process proc = CHILD_PROCESS_INIT;
if (argc < 3)
return 1;