From c7c961a3e5872bf9d5b2f3a09b5d08a471ec5a21 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 21 Aug 2008 22:16:31 +0200 Subject: od: ungettextize debugging messages --- src/od.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/od.c b/src/od.c index 03347e424..ed3b50a8c 100644 --- a/src/od.c +++ b/src/od.c @@ -1894,13 +1894,13 @@ it must be one character from [doxn]"), } #ifdef DEBUG - printf (_("lcm=%d, width_per_block=%zu\n"), l_c_m, width_per_block); + printf ("lcm=%d, width_per_block=%zu\n", l_c_m, width_per_block); for (i = 0; i < n_specs; i++) { int fields_per_block = bytes_per_block / width_bytes[spec[i].size]; assert (bytes_per_block % width_bytes[spec[i].size] == 0); assert (1 <= spec[i].pad_width / fields_per_block); - printf (_("%d: fmt=\"%s\" in_width=%d out_width=%d pad=%d\n"), + printf ("%d: fmt=\"%s\" in_width=%d out_width=%d pad=%d\n", i, spec[i].fmt_string, width_bytes[spec[i].size], spec[i].field_width, spec[i].pad_width); } -- cgit v1.2.3-54-g00ecf