~ubuntu-branches/ubuntu/raring/libdvdread/raring-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Bryce Harrington <bryce@ubuntu.com>
Description:
 Stifle the "Please send bug report - no VTS_TMAPT ??" message.
 Upstream indicates it's merely a warning and not an indication
 of a bug that needs reported (Closes: #281186, #281575, #316926,
 #541723).

diff -Naurp libdvdread.orig/src/ifo_read.c libdvdread/src/ifo_read.c
--- libdvdread.orig/src/ifo_read.c	2012-06-29 22:20:05.645230527 +0200
+++ libdvdread/src/ifo_read.c	2012-06-29 22:31:13.183111184 +0200
@@ -1442,7 +1442,7 @@ int ifoRead_VTS_TMAPT(ifo_handle_t *ifof
 
   if(ifofile->vtsi_mat->vts_tmapt == 0) { /* optional(?) */
     ifofile->vts_tmapt = NULL;
-    fprintf(stderr,"Please send bug report - no VTS_TMAPT ?? \n");
+    fprintf(stderr,"No VTS_TMAPT available - skipping.\n");
     return 1;
   }