From 132216f46de254bd20150cadd2bc7a3066cecd15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: 2021年9月15日 21:38:53 +0200 Subject: [PATCH] tic2json_main(): print error message to stderr --- tic2json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tic2json.c b/tic2json.c index 43994e7..4aa31e8 100644 --- a/tic2json.c +++ b/tic2json.c @@ -417,7 +417,7 @@ void tic2json_main(void) ticv02yyparse(); ticv02yylex_destroy(); #else - printf("NO TIC VERSION DEFINED!\n"); + fprintf(stderr, "NO TIC VERSION DEFINED!\n"); // avoid utf-8 #endif printf("%c\n", tp.framedelims[1]); -- 2.39.5

AltStyle によって変換されたページ (->オリジナル) /