]> git.pld-linux.org Git - packages/faac.git/blame - format-security.patch
- updated to 1.29.9.2
[packages/faac.git] / format-security.patch
CommitLineData
1e4d6dfd
JR
1--- faac-1.28/frontend/main.c~ 2013-02-13 16:59:01.694994119 +0100
2+++ faac-1.28/frontend/main.c 2013-02-13 17:00:07.332255478 +0100
3@@ -715,7 +715,7 @@
4 break;
5 #endif
6 case 'L':
7- fprintf(stderr, faac_copyright_string);
8+ fputs(faac_copyright_string, stderr);
9 dieMessage = license;
10 break;
11 case 'X':
This page took 0.051199 seconds and 4 git commands to generate.