*** empty log message ***
authorceriel <none@none>
Mon, 23 Feb 1987 14:06:17 +0000 (14:06 +0000)
committerceriel <none@none>
Mon, 23 Feb 1987 14:06:17 +0000 (14:06 +0000)
modules/src/em_code/k/em.c

index f38e2a3..7f6d179 100644 (file)
@@ -27,7 +27,7 @@ static File *ofp = 0;
 static
 flush() {
        if (sys_write(ofp, &obuf[0], opp - &obuf[0]) == 0) {
-               sys_stop(S_ABORT);
+               C_failed();
        }
        opp = &obuf[0];
 }