Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233113
Collapse All | Expand All

(-)lsdvd-0.16.orig/lsdvd.c (-1 / +1 lines)
Lines 292-298 Link Here
292
292
293
	for (i=1; i <= ifo_zero->vts_atrt->nr_of_vtss; i++) {
293
	for (i=1; i <= ifo_zero->vts_atrt->nr_of_vtss; i++) {
294
		ifo[i] = ifoOpen(dvd, i);
294
		ifo[i] = ifoOpen(dvd, i);
295
		if ( !ifo[i] ) {
295
		if ( !ifo[i] && opt_t == i ) {
296
			fprintf( stderr, "Can't open ifo %d!\n", i);
296
			fprintf( stderr, "Can't open ifo %d!\n", i);
297
			return 4;
297
			return 4;
298
		}
298
		}

Return to bug 233113