]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.h
check_wav: return error on premature end of file.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index aece23133c14e9934c363fc7aeb5c83287080ba0..e6e0a762f7e56819b37cd5bbbeb0b65347cbcea6 100644 (file)
--- a/write.h
+++ b/write.h
@@ -94,7 +94,7 @@ int *written;
 /** the maximum of the chunk_bytes values of the writer nodes in this group */
 size_t max_chunk_bytes;
 /** non-zero if end of file was encountered */
-int eof;
+int *eof;
 char *buf;
 size_t *loaded;
 struct task task;