comparison ifo_read.c @ 58:562a4f76fb53 src

Fix a spelling error in ifo_read.c
author erik
date Sat, 31 Jul 2010 00:10:31 +0000
parents 6177a05fa534
children bfefcc426154
comparison
equal deleted inserted replaced
57:4554518224d7 58:562a4f76fb53
1299 uint16_t *pf_temp; 1299 uint16_t *pf_temp;
1300 1300
1301 if(!DVDFileSeek_(ifofile->file, 1301 if(!DVDFileSeek_(ifofile->file,
1302 ifofile->vmgi_mat->ptl_mait * DVD_BLOCK_LEN 1302 ifofile->vmgi_mat->ptl_mait * DVD_BLOCK_LEN
1303 + ptl_mait->countries[i].pf_ptl_mai_start_byte)) { 1303 + ptl_mait->countries[i].pf_ptl_mai_start_byte)) {
1304 fprintf(stderr, "libdvdread: Unable to seak PTL_MAIT table.\n"); 1304 fprintf(stderr, "libdvdread: Unable to seek PTL_MAIT table.\n");
1305 free(ptl_mait->countries); 1305 free(ptl_mait->countries);
1306 free(ptl_mait); 1306 free(ptl_mait);
1307 return 0; 1307 return 0;
1308 } 1308 }
1309 info_length = (ptl_mait->nr_of_vtss + 1) * sizeof(pf_level_t); 1309 info_length = (ptl_mait->nr_of_vtss + 1) * sizeof(pf_level_t);