summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dd.c b/src/dd.c
index ff30eda98..577e9a08b 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -548,7 +548,7 @@ print_stats (void)
if (r_truncate != 0)
fprintf (stderr,
- ngettext ("1 truncated record\n",
+ ngettext ("%"PRIuMAX" truncated record\n",
"%"PRIuMAX" truncated records\n",
MIN (r_truncate, ULONG_MAX)),
r_truncate);
@@ -560,7 +560,7 @@ print_stats (void)
since that makes it easy to use SI abbreviations. */
fprintf (stderr,
- ngettext ("1 byte (1 B) copied",
+ ngettext ("%"PRIuMAX" byte (%s) copied",
"%"PRIuMAX" bytes (%s) copied",
MIN (w_bytes, ULONG_MAX)),
w_bytes,