]> git.pld-linux.org Git - packages/kodi.git/blob - xbmc-format-security.patch
- fixed building with ffmpeg 1.0
[packages/kodi.git] / xbmc-format-security.patch
1 --- xbmc-11.0/lib/libdvd/libdvdcss/src/libdvdcss.c~     2012-03-21 23:07:50.000000000 +0100
2 +++ xbmc-11.0/lib/libdvd/libdvdcss/src/libdvdcss.c      2012-11-08 21:55:05.735786045 +0100
3 @@ -556,7 +556,7 @@
4  
5          sprintf( psz_debug, "using CSS key cache dir: %s",
6                              dvdcss->psz_cachefile );
7 -        print_debug( dvdcss, psz_debug );
8 +        print_debug( dvdcss, "%s", psz_debug );
9      }
10      nocache:
11  
This page took 0.062658 seconds and 3 git commands to generate.