fix in writing of prompt
authorceriel <none@none>
Tue, 15 Mar 1988 13:48:56 +0000 (13:48 +0000)
committerceriel <none@none>
Tue, 15 Mar 1988 13:48:56 +0000 (13:48 +0000)
lang/m2/libm2/InOut.mod

index 368ea4f..743e441 100644 (file)
@@ -307,6 +307,7 @@ IMPLEMENTATION MODULE InOut ;
        LOOP
                IF (i <= HIGH(s)) AND (s[i] # 0C) THEN
                        Streams.Write(Streams.OutputStream, s[i], result);
+                       INC(i);
                ELSE
                        EXIT;
                END;