100% when getting info on: Nouveau monde, Le

You found an error in the program ? Report it here
Post Reply
Guest

100% when getting info on: Nouveau monde, Le

Post by Guest »

using IMDB large pic script and 3.4.2 CPU spinns 100%..

movie name is: The New World (1995)
antp
Site Admin
Posts: 9714
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Hi,
I'll check that this evening
antp
Site Admin
Posts: 9714
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

At line 438 (or near it), there is the line

Code: Select all

      until (Pos('Runtime',Line) > 0) or (Pos('MPAA',Line) > 0 );
Replace it by

Code: Select all

      until (Pos('Runtime',Line) > 0) or (Pos('MPAA',Line) > 0 ) or (Pos('Country', Line) > 0);
And it will work ;)
Guest

Post by Guest »

thanks!
Post Reply