]> git.pld-linux.org Git - packages/faac.git/blob - format-security.patch
- fix building with -Wformat-security
[packages/faac.git] / format-security.patch
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.084345 seconds and 3 git commands to generate.