fixed bug with APPEND in sys_open()

This commit is contained in:
ceriel 1991-01-11 13:19:36 +00:00
parent 5c7e66249d
commit b3c13c6cfb

View File

@ -35,6 +35,7 @@ sys_open(path, flag, filep)
close(fd); close(fd);
return 0; return 0;
} }
break;
} }
/* Fall through */ /* Fall through */
case OP_WRITE: case OP_WRITE: