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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
smpeg
/
format.patch
blob
8486dee5cda4b4ee378c762033723c4747e8bccb
1
--- a/plaympeg.c 2014-09-04 08:55:10.646132150 +0200
2
+++ b/plaympeg.c 2014-09-04 08:56:57.465210820 +0200
3
@@ -262,7 +262,7 @@
4
answer[i] = c;
5
}
6
answer[i] = 0;
7
- fprintf(stderr, answer + 4);
8
+ fprintf(stderr, "%s", answer + 4);
9
}
10
while(answer[3] == '-');
11