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

@ -1,3 +1,7 @@
2011-05-14 Hui Zhu <teawater@gmail.com>
* ui-file.c (stdio_file_write_async_safe): Add empty check for build.
2011-05-13 Doug Evans <dje@google.com>
Support $pdir and $sdir in libthread-db-search-path.

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