*** empty log message ***
This commit is contained in:
parent
6445b23318
commit
ffa788536f
@ -27,7 +27,7 @@ static File *ofp = 0;
|
|||||||
static
|
static
|
||||||
flush() {
|
flush() {
|
||||||
if (sys_write(ofp, &obuf[0], opp - &obuf[0]) == 0) {
|
if (sys_write(ofp, &obuf[0], opp - &obuf[0]) == 0) {
|
||||||
sys_stop(S_ABORT);
|
C_failed();
|
||||||
}
|
}
|
||||||
opp = &obuf[0];
|
opp = &obuf[0];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user