]> git.pld-linux.org Git - packages/faac.git/blobdiff - format-security.patch
- fix building with -Wformat-security
[packages/faac.git] / format-security.patch
diff --git a/format-security.patch b/format-security.patch
new file mode 100644 (file)
index 0000000..028d214
--- /dev/null
@@ -0,0 +1,11 @@
+--- faac-1.28/frontend/main.c~ 2013-02-13 16:59:01.694994119 +0100
++++ faac-1.28/frontend/main.c  2013-02-13 17:00:07.332255478 +0100
+@@ -715,7 +715,7 @@
+         break;
+ #endif
+         case 'L':
+-        fprintf(stderr, faac_copyright_string);
++        fputs(faac_copyright_string, stderr);
+         dieMessage = license;
+         break;
+     case 'X':
This page took 0.045455 seconds and 4 git commands to generate.