fixed bug with APPEND in sys_open()

This commit is contained in:
ceriel 1991-01-11 13:19:36 +00:00
parent 224ac1b8ff
commit d9815cadcd

View file

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