Skip to content

Commit

Permalink
Fix format string which causes compilation error when --enable-dvdcss…
Browse files Browse the repository at this point in the history
… is set on Ubuntu
  • Loading branch information
hrodenburg committed Jan 27, 2013
1 parent 5f19a36 commit 54d67df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libdvd/libdvdcss/src/libdvdcss.c
Expand Up @@ -556,7 +556,7 @@ LIBDVDCSS_EXPORT dvdcss_t dvdcss_open ( char *psz_target )

sprintf( psz_debug, "using CSS key cache dir: %s",
dvdcss->psz_cachefile );
print_debug( dvdcss, psz_debug );
print_debug( dvdcss, "%s", psz_debug );
}
nocache:

Expand Down

0 comments on commit 54d67df

Please sign in to comment.