mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 03:50:31 +02:00
* Patch from Anton Kavalenka to fix gif reading (bug ID 35134)
git-svn-id: trunk@41409 -
This commit is contained in:
parent
3a43ffd57b
commit
fe505c12a9
@ -303,8 +303,8 @@ begin
|
||||
end;
|
||||
until (B = 0) or (Stream.Position>=Stream.Size);
|
||||
|
||||
if Stream.Position>=Stream.Size then
|
||||
Exit(False);
|
||||
{ if Stream.Position>=Stream.Size then
|
||||
Exit(False); }
|
||||
|
||||
Progress(psRunning, trunc(100.0 * (Stream.position / Stream.size)),
|
||||
False, Rect(0,0,0,0), '', ContProgress);
|
||||
@ -323,8 +323,8 @@ begin
|
||||
end;
|
||||
until (B = 0) or (Stream.Position>=Stream.Size);
|
||||
|
||||
if Stream.Position>=Stream.Size then
|
||||
Exit(False);
|
||||
{ if Stream.Position>=Stream.Size then
|
||||
Exit(False); }
|
||||
|
||||
|
||||
Progress(psRunning, trunc(100.0 * (Stream.position / Stream.size)),
|
||||
|
Loading…
Reference in New Issue
Block a user