diff options
Diffstat (limited to 'coreutils/cal.c')
-rw-r--r-- | coreutils/cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c index ef5dbeadb..f18c16120 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c | |||
@@ -138,7 +138,7 @@ int cal_main(int argc UNUSED_PARAM, char **argv) | |||
138 | if (julian) | 138 | if (julian) |
139 | *hp++ = ' '; | 139 | *hp++ = ' '; |
140 | { | 140 | { |
141 | char *two_wchars = unicode_conv_to_printable_fixedwidth(NULL, buf, 2); | 141 | char *two_wchars = unicode_conv_to_printable_fixedwidth(/*NULL,*/ buf, 2); |
142 | strcpy(hp, two_wchars); | 142 | strcpy(hp, two_wchars); |
143 | free(two_wchars); | 143 | free(two_wchars); |
144 | } | 144 | } |