# HG changeset patch # User nicodvb # Date 1199023116 0 # Node ID 94604c5160a0ecb7717f2b3240dbe128e2be197f # Parent 5bd3a5f9bdc5279eaf5cceee683a5f1079e9f2c4 report when no FirstPlayPGC is present - ogle-1736 diff -r 5bd3a5f9bdc5 -r 94604c5160a0 dvdread/ifo_print.c --- a/dvdread/ifo_print.c Sun Dec 30 13:49:03 2007 +0000 +++ b/dvdread/ifo_print.c Sun Dec 30 13:58:36 2007 +0000 @@ -1091,7 +1091,10 @@ ifo_print_VMGI_MAT(ifohandle->vmgi_mat); printf("\nFirst Play PGC\n--------------\n"); + if(ifohandle->first_play_pgc) ifo_print_PGC(ifohandle->first_play_pgc); + else + printf("No First Play PGC present\n"); printf("\nTitle Track search pointer table\n"); printf( "------------------------------------------------\n");