eflite: init at 0.4.1

fixes #23336
This commit is contained in:
Ji-Haeng Huh
2017-03-03 16:33:16 +01:00
committed by Jörg Thalheim
parent bcef9f83c0
commit 85d0348e2a
7 changed files with 177 additions and 0 deletions
@@ -0,0 +1,11 @@
--- eflite-0.4.1.orig/es.c 2017-03-02 14:38:36.009731423 +0100
+++ eflite-0.4.1/es.c 2017-03-02 14:39:06.285894934 +0100
@@ -449,7 +449,7 @@
fclose(fp);
if (flags & LOG_STDERR)
{
- fprintf(stderr, buf);
+ fprintf(stderr, "%s", buf);
fprintf(stderr, "\n");
}
#endif