From: ceriel Date: Fri, 11 Jan 1991 13:19:36 +0000 (+0000) Subject: fixed bug with APPEND in sys_open() X-Git-Tag: release-5-5~1300 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d9815cadcdb5833877ec4b0418830951acaa6f41;p=ack.git fixed bug with APPEND in sys_open() --- diff --git a/modules/src/system/open.c b/modules/src/system/open.c index 7491b8cce..a5ff3c0c7 100644 --- a/modules/src/system/open.c +++ b/modules/src/system/open.c @@ -35,6 +35,7 @@ sys_open(path, flag, filep) close(fd); return 0; } + break; } /* Fall through */ case OP_WRITE: