diff options
Diffstat (limited to 'src/blind-concat.c')
| -rw-r--r-- | src/blind-concat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blind-concat.c b/src/blind-concat.c index a5d40ca..5242d0d 100644 --- a/src/blind-concat.c +++ b/src/blind-concat.c @@ -39,7 +39,7 @@ concat_to_file(int argc, char *argv[], char *output_file) struct stream stream, refstream; int first = 1; int fd = eopen(output_file, O_RDWR | O_CREAT | O_TRUNC, 0666); - char head[STREAM_HEAD_MAX]; + char head[LIBBLIND_HEAD_MAX]; ssize_t headlen; size_t size; off_t pos; @@ -91,7 +91,7 @@ concat_to_file_parallel(int argc, char *argv[], char *output_file, size_t jobs) struct epoll_event *events; struct stream *streams; off_t *ptrs, ptr; - char head[STREAM_HEAD_MAX]; + char head[LIBBLIND_HEAD_MAX]; size_t frames = 0, next = 0, j; ssize_t headlen; int fd, i, n, pollfd; |
