]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- fixed errors from -Wfromat-security
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Nov 2012 22:27:43 +0000 (23:27 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Nov 2012 22:27:43 +0000 (23:27 +0100)
xbmc-format-security.patch [new file with mode: 0644]

diff --git a/xbmc-format-security.patch b/xbmc-format-security.patch
new file mode 100644 (file)
index 0000000..e9fab06
--- /dev/null
@@ -0,0 +1,11 @@
+--- xbmc-11.0/lib/libdvd/libdvdcss/src/libdvdcss.c~    2012-03-21 23:07:50.000000000 +0100
++++ xbmc-11.0/lib/libdvd/libdvdcss/src/libdvdcss.c     2012-11-08 21:55:05.735786045 +0100
+@@ -556,7 +556,7 @@
+         sprintf( psz_debug, "using CSS key cache dir: %s",
+                             dvdcss->psz_cachefile );
+-        print_debug( dvdcss, psz_debug );
++        print_debug( dvdcss, "%s", psz_debug );
+     }
+     nocache:
This page took 0.199156 seconds and 4 git commands to generate.