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

« back to all changes in this revision

Viewing changes to src/ifo_read.c

  • Committer: Package Import Robot
  • Author(s): Vibhav Pant
  • Date: 2012-12-15 17:06:42 UTC
  • mfrom: (1.3.2) (3.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20121215170642-q0h4cc4r2mchkgcl
Tags: 4.2.0+20121016-1ubuntu1
* Merge from Debian unstable (LP: #1090692).  Remaining changes:
  - Re-add missing install-css.sh.
  - debian/control: add Suggests for install-css.sh on debhelper,
    fakeroot, and build-essential.
  - debian/rules: install install-css.sh, leave perms executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1448
1448
 
1449
1449
  if(ifofile->vtsi_mat->vts_tmapt == 0) { /* optional(?) */
1450
1450
    ifofile->vts_tmapt = NULL;
1451
 
    fprintf(stderr,"No VTS_TMAPT available - skipping.\n");
 
1451
    fprintf(stderr,"libdvdread: No VTS_TMAPT available - skipping.\n");
1452
1452
    return 1;
1453
1453
  }
1454
1454