repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git]
/
pkgs
/
by-name
/
ef
/
eflite
/
format.patch
blob
d1a81aac480121e69471154d980cda9c662ed366
1
--- eflite-0.4.1.orig/es.c 2017-03-02 14:38:36.009731423 +0100
2
+++ eflite-0.4.1/es.c 2017-03-02 14:39:06.285894934 +0100
3
@@ -449,7 +449,7 @@
4
fclose(fp);
5
if (flags & LOG_STDERR)
6
{
7
- fprintf(stderr, buf);
8
+ fprintf(stderr, "%s", buf);
9
fprintf(stderr, "\n");
10
}
11
#endif