From d135e1a1e355494d485241a782c02f823906c9e8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 18 Feb 2019 13:10:58 +0100 Subject: cal: fix Sexit and Senter Signed-off-by: Karel Zak --- misc-utils/cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc-utils') diff --git a/misc-utils/cal.c b/misc-utils/cal.c index bd643f3b4..bbb22505e 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; } -- cgit v1.2.3-55-g7522