mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Pretty print.
This commit is contained in:
parent
02d0efdf38
commit
f5304c1559
@ -364,8 +364,7 @@ _IO_new_do_write (fp, data, to_do)
|
||||
const char *data;
|
||||
_IO_size_t to_do;
|
||||
{
|
||||
return (to_do == 0 || new_do_write (fp, data, to_do) == to_do)
|
||||
? 0 : EOF;
|
||||
return (to_do == 0 || new_do_write (fp, data, to_do) == to_do) ? 0 : EOF;
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
Reference in New Issue
Block a user