Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/SubmittingPatches: unify whitespace/tabs for the DCO
[gitweb.git]
/
column.c
diff --git
a/column.c
b/column.c
index 8082a944fd6d07f69d323678380d635d9361b77c..786abe62b0bb0f27b51218f7698c60476d12c8e8 100644
(file)
--- a/
column.c
+++ b/
column.c
@@
-374,7
+374,7
@@
int run_column_filter(int colopts, const struct column_options *opts)
if (fd_out != -1)
return -1;
-
memset(&column_process, 0, sizeof(column_process)
);
+
child_process_init(&column_process
);
argv = &column_process.args;
argv_array_push(argv, "column");