From: Karel Zak Date: Mon, 18 Feb 2019 12:10:58 +0000 (+0100) Subject: cal: fix Sexit and Senter X-Git-Tag: v2.34-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d135e1a1e355494d485241a782c02f823906c9e8;p=thirdparty%2Futil-linux.git cal: fix Sexit and Senter Signed-off-by: Karel Zak --- diff --git a/misc-utils/cal.c b/misc-utils/cal.c index bd643f3b49..bbb22505e7 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -561,7 +561,7 @@ int main(int argc, char **argv) ; } else { /* disable */ - Senter = Sexit = '\0'; + Senter = ""; Sexit = ""; ctl.req.day = 0; ctl.weektype &= ~WEEK_NUM_MASK; }