commit | dc7e5c46b0204bc3489ee961a631fb00533ae597 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Tue Jan 11 13:08:28 2011 +0100 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Tue Jan 11 13:08:28 2011 +0100 |
tree | bebc35d178b4ceda516e05fa84b967cd461d5399 | |
parent | 5a163b26451c591187482f99659e5fe639a0616a [diff] [blame] |
libbb unicode: comment out usused function and unused parameter Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
diff --git a/coreutils/cal.c b/coreutils/cal.c index ef5dbea..f18c161 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c
@@ -138,7 +138,7 @@ if (julian) *hp++ = ' '; { - char *two_wchars = unicode_conv_to_printable_fixedwidth(NULL, buf, 2); + char *two_wchars = unicode_conv_to_printable_fixedwidth(/*NULL,*/ buf, 2); strcpy(hp, two_wchars); free(two_wchars); }