*** empty log message ***
This commit is contained in:
parent
ca1655c25e
commit
96f6adb74b
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue