From d45dd31e35190cf08b1e716e7c3bd1468ddd5d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 13:41:52 +0200 Subject: New upstream version 3.23 --- src/tc-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tc-format.c') diff --git a/src/tc-format.c b/src/tc-format.c index 7e90664..ad067ee 100644 --- a/src/tc-format.c +++ b/src/tc-format.c @@ -70,7 +70,7 @@ static void t_format(int argc) HXformat_add(fmt, "TWOARG", "a, b", HXTYPE_STRING | HXFORMAT_IMMED); ++argc; printf("# HXformat2\n"); - for (s = fmt2_strings; *s != '\0'; ++s) + for (s = fmt2_strings; *s != NULL; ++s) HXformat_fprintf(fmt, stdout, *s); HXformat_free(fmt); } -- cgit v1.2.3