mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 18:30:25 +02:00
* revised oggvorbis package (vorbis headers)
git-svn-id: trunk@12503 -
This commit is contained in:
parent
f48cef82e8
commit
f331278865
@ -440,7 +440,7 @@ begin
|
|||||||
|
|
||||||
while num > 0 do
|
while num > 0 do
|
||||||
begin
|
begin
|
||||||
res := ov_read(vf, pointer(ptrint(buffer) + ofs), num, bigendianp, word, sgned, nil);
|
res := ov_read(vf, pointer(ptruint(buffer) + ofs), num, bigendianp, word, sgned, nil);
|
||||||
if res < 0 then
|
if res < 0 then
|
||||||
Exit(res);
|
Exit(res);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user