fixed bug with APPEND in sys_open()
authorceriel <none@none>
Fri, 11 Jan 1991 13:19:36 +0000 (13:19 +0000)
committerceriel <none@none>
Fri, 11 Jan 1991 13:19:36 +0000 (13:19 +0000)
modules/src/system/open.c

index 7491b8c..a5ff3c0 100644 (file)
@@ -35,6 +35,7 @@ sys_open(path, flag, filep)
                                close(fd);
                                return 0;
                        }
+                       break;
                }
                /* Fall through */
        case OP_WRITE: