mirror of
https://github.com/mpv-player/mpv
synced 2025-02-27 02:40:53 +00:00
Sync one more warning fix from upstream libdvdcss.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20434 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
93b739de4b
commit
54e93af1c0
@ -471,7 +471,7 @@ extern dvdcss_t dvdcss_open ( char *psz_target )
|
||||
{
|
||||
if( psz_serial[i] < '0' || psz_serial[i] > '9' )
|
||||
{
|
||||
unsigned char psz_tmp[16 + 1];
|
||||
char psz_tmp[16 + 1];
|
||||
sprintf( psz_tmp,
|
||||
"%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x",
|
||||
psz_serial[0], psz_serial[1], psz_serial[2],
|
||||
|
Loading…
Reference in New Issue
Block a user