| 1497 |
char buf[UINTMAX_STRSIZE_BOUND]; |
char buf[UINTMAX_STRSIZE_BOUND]; |
| 1498 |
memset (start->buffer + count, 0, bufsize - count); |
memset (start->buffer + count, 0, bufsize - count); |
| 1499 |
WARN ((0, 0, |
WARN ((0, 0, |
| 1500 |
_("%s: File shrank by %s bytes; padding with zeros"), |
ngettext ("%s: File shrank by %s byte; padding with zeros", |
| 1501 |
|
"%s: File shrank by %s bytes; padding with zeros", |
| 1502 |
|
sizeleft), |
| 1503 |
quotearg_colon (p), |
quotearg_colon (p), |
| 1504 |
STRINGIFY_BIGINT (sizeleft, buf))); |
STRINGIFY_BIGINT (sizeleft, buf))); |
| 1505 |
if (! ignore_failed_read_option) |
if (! ignore_failed_read_option) |