projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a bug in para_write.
[paraslash.git]
/
write.h
diff --git
a/write.h
b/write.h
index
a73ada5
..
091f8c7
100644
(file)
--- a/
write.h
+++ b/
write.h
@@
-113,6
+113,8
@@
struct writer_node_group {
unsigned int *samplerate;
/** the task associated to this group */
struct task task;
+ /** Whether the group is open, i.e. wng_open() was called. */
+ int open;
};
/** loop over each writer node in a writer group */