# HG changeset patch # User diego # Date 1187180647 0 # Node ID 7b810bcf2325e16cc8e02af07ee18511aa083492 # Parent 054b7bdb3b59bcf1a60fc03ac148adfffc46382d cosmetics: Do not add trailing whitespace to lines we change. diff -r 054b7bdb3b59 -r 7b810bcf2325 dvdread/ifo_read.c --- a/dvdread/ifo_read.c Wed Aug 15 12:16:25 2007 +0000 +++ b/dvdread/ifo_read.c Wed Aug 15 12:24:07 2007 +0000 @@ -953,7 +953,7 @@ info_length = tt_srpt->last_byte + 1 - TT_SRPT_SIZE; - tt_srpt->title = malloc(info_length); + tt_srpt->title = malloc(info_length); if(!tt_srpt->title) { free(tt_srpt); ifofile->tt_srpt = 0; @@ -1063,7 +1063,7 @@ info_length = vts_ptt_srpt->last_byte + 1 - VTS_PTT_SRPT_SIZE; - data = malloc(info_length); + data = malloc(info_length); if(!data) { free(vts_ptt_srpt); ifofile->vts_ptt_srpt = 0; @@ -1673,7 +1673,7 @@ Titles with a VOBS that has no VOBUs. */ CHECK_VALUE(info_length % sizeof(uint32_t) == 0); - vobu_admap->vobu_start_sectors = malloc(info_length); + vobu_admap->vobu_start_sectors = malloc(info_length); if(!vobu_admap->vobu_start_sectors) { return 0; }