shithub: sox

Download patch

ref: eda40c9d6ea4de33bfb9611d3546f0c44d24a4f4
parent: 0eaac1d0466b5aeb53c167471bdb82108fc1360c
author: rrt <rrt>
date: Mon Dec 11 20:11:04 EST 2006

Remove now irrelevant FIXME.

--- a/src/stio.c
+++ b/src/stio.c
@@ -252,7 +252,6 @@
 
         /* stdout tends to be line-buffered.  Override this */
         /* to be Full Buffering. */
-        /* FIXME: Use buffer size from ft structure */
         if (setvbuf (ft->fp, NULL, _IOFBF, sizeof(char)*ST_BUFSIZ))
         {
             st_warn("Can't set write buffer");