~ubuntu-branches/ubuntu/natty/libdvdread/natty

« back to all changes in this revision

Viewing changes to debian/patches/100-quell-vts-tmapt-warning.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-11-04 23:03:29 UTC
  • Revision ID: james.westby@ubuntu.com-20101104230329-4005010tltr0ux8n
Tags: 4.1.3-10ubuntu3
debian/patches/100-quell-vts-tmapt-warning.patch: Stifle the "Please
send bug reportno VTS_TMAPT ??" message.  Upstream indicates it's
merely a warning and not an indication of a bug that needs reported.
(LP: #374031)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nurp libdvdread-4.1.3//src/ifo_read.c libdvdread-4.1.3-patched//src/ifo_read.c
 
2
--- libdvdread-4.1.3//src/ifo_read.c    2008-09-06 14:55:51.000000000 -0700
 
3
+++ libdvdread-4.1.3-patched//src/ifo_read.c    2010-11-04 23:01:05.036530001 -0700
 
4
@@ -1371,7 +1371,7 @@ int ifoRead_VTS_TMAPT(ifo_handle_t *ifof
 
5
 
 
6
   if(ifofile->vtsi_mat->vts_tmapt == 0) { /* optional(?) */
 
7
     ifofile->vts_tmapt = NULL;
 
8
-    fprintf(stderr,"Please send bug report - no VTS_TMAPT ?? \n");
 
9
+    fprintf(stderr,"No VTS_TMAPT available - skipping.\n");
 
10
     return 1;
 
11
   }
 
12