shithub: sox

Download patch

ref: 138ff7f7160c25575a36abac5c515af175902a06
parent: a10882c05236a639b51eedb3dfaa354e7b2b5bae
author: cbagwell <cbagwell>
date: Tue Apr 10 16:38:55 EDT 2007

removing reference to eof.

--- a/src/sunaudio.c
+++ b/src/sunaudio.c
@@ -57,7 +57,6 @@
     /* Hard-code for now. */
     file->count = 0;
     file->pos = 0;
-    file->eof = 0;
     file->size = 1024;
     file->buf = xmalloc (file->size);
 
@@ -194,7 +193,6 @@
     /* Hard-code for now. */
     file->count = 0;
     file->pos = 0;
-    file->eof = 0;
     file->size = 1024;
     file->buf = xmalloc (file->size);