2011-05-14 Hui Zhu <teawater@gmail.com>
* ui-file.c (stdio_file_write_async_safe): Add empty check for build.
This commit is contained in:
parent
25e334b48f
commit
093cee7d54
2 changed files with 6 additions and 1 deletions
|
@ -580,7 +580,8 @@ stdio_file_write_async_safe (struct ui_file *file,
|
|||
return;
|
||||
}
|
||||
|
||||
write (stdio->fd, buf, length_buf);
|
||||
if (write (stdio->fd, buf, length_buf))
|
||||
;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue