fixed typo
authorceriel <none@none>
Mon, 2 May 1988 08:46:58 +0000 (08:46 +0000)
committerceriel <none@none>
Mon, 2 May 1988 08:46:58 +0000 (08:46 +0000)
lang/m2/libm2/Streams.mod

index f4aca22..6e758c7 100644 (file)
@@ -150,7 +150,7 @@ IMPLEMENTATION MODULE Streams;
                IF (cnt > 0) THEN
                        cnt1 := cnt;
                        cnt := 0;
-                       IF Unix.write(fildes, ADR(buf), cnt) < 0) THEN END;
+                       IF Unix.write(fildes, ADR(buf), cnt) < 0 THEN END;
                END;
        END;
   END FlushStream;