changeset 88:3893da169ede src

Add an error message Patch by Erik Hovland <erik@hovland.org>
author rathann
date Sun, 17 Nov 2013 00:09:44 +0000
parents 1a6394166cce
children 42d169fbee1d
files ifo_read.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ifo_read.c	Tue Nov 12 00:10:38 2013 +0000
+++ b/ifo_read.c	Sun Nov 17 00:09:44 2013 +0000
@@ -1447,6 +1447,7 @@
 
   if(ifofile->vtsi_mat->vts_tmapt == 0) { /* optional(?) */
     ifofile->vts_tmapt = NULL;
+    fprintf(stderr,"libdvdread: No VTS_TMAPT available - skipping.\n");
     return 1;
   }