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:
Hui Zhu 2011-05-14 03:37:18 +00:00
parent 25e334b48f
commit 093cee7d54
2 changed files with 6 additions and 1 deletions

View file

@ -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