[project @ 1998-08-17 11:07:38 by sof]
authorsof <unknown>
Mon, 17 Aug 1998 11:07:38 +0000 (11:07 +0000)
committersof <unknown>
Mon, 17 Aug 1998 11:07:38 +0000 (11:07 +0000)
. vs -> confusion

ghc/lib/std/cbits/setBuffering.lc

index 5859434..01e40fd 100644 (file)
@@ -104,7 +104,7 @@ StgInt size;
              return -1;
           }
         }
-       size = sb->st_blksize;
+       size = sb.st_blksize;
 #else
        size = BUFSIZ;
 #endif