diff options
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index 4f28bac6d..763bc3a1c 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -330,7 +330,7 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title ) buf_raw = hb_list_item( list_raw, 0 ); hb_get_tempory_filename( data->h, filename, "%x%d", - (int) title, i ); + (intptr_t)title, i ); file_preview = fopen( filename, "w" ); if( file_preview ) |