*** empty log message ***
This commit is contained in:
parent
ca1655c25e
commit
96f6adb74b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue