Parent Directory
|
Revision Log
|
Patch
| revision 1.23 by eggert, Wed Sep 3 06:20:41 2003 UTC | revision 1.24 by gray, Fri Sep 5 13:24:17 2003 UTC | |
|---|---|---|
| # | Line 80 append_file (char *path) | Line 80 append_file (char *path) |
| 80 | read_fatal_details (path, stat_data.st_size - bytes_left, | read_fatal_details (path, stat_data.st_size - bytes_left, |
| 81 | buffer_size); | buffer_size); |
| 82 | if (status == 0) | if (status == 0) |
| 83 | FATAL_ERROR ((0, 0, _("%s: File shrank by %s bytes"), | FATAL_ERROR ((0, 0, |
| 84 | ngettext ("%s: File shrank by %s byte", | |
| 85 | "%s: File shrank by %s bytes", | |
| 86 | bytes_left), | |
| 87 | quotearg_colon (path), | quotearg_colon (path), |
| 88 | STRINGIFY_BIGINT (bytes_left, buf))); | STRINGIFY_BIGINT (bytes_left, buf))); |
| 89 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |