summaryrefslogtreecommitdiff
path: root/vobcopy/vobcopy-1.2.0_hardcode-tries-to-1.patch
blob: fefda6903428295bec770e0f78391522f47fdf94 (plain)
    1 diff -pruN vobcopy-1.2.0.orig/vobcopy.c vobcopy-1.2.0/vobcopy.c
    2 --- vobcopy-1.2.0.orig/vobcopy.c	2009-11-07 16:13:48.000426908 +1100
    3 +++ vobcopy-1.2.0/vobcopy.c	2009-11-07 16:16:03.144426444 +1100
    4 @@ -1812,7 +1812,7 @@ The man replies, "I was talking to the s
    5  
    6  	  while( ( blocks = DVDReadBlocks( dvd_file,( offset + seek_start ), file_block_count, bufferin ) ) <= 0 && tries < 10 )
    7  	    {
    8 -	      if( tries == 9 )
    9 +	      if( tries == 1 )
   10  		{
   11  		  offset += file_block_count;
   12  		  skipped_blocks +=1;

Generated by cgit