projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
command_util: Generate properly documented command header files.
[paraslash.git]
/
write.c
diff --git
a/write.c
b/write.c
index
cc1f716
..
c12736a
100644
(file)
--- a/
write.c
+++ b/
write.c
@@
-153,7
+153,7
@@
static struct writer_node_group *check_args(void)
conf.writer_arg[i], &writer_num);
if (!g->writer_nodes[i].conf)
goto out;
- g->writer_nodes[i].writer
= &writers[writer_num]
;
+ g->writer_nodes[i].writer
_num = writer_num
;
}
ret = 1;
out: