|
@@ -20,15 +20,15 @@
|
|
{ }
|
|
{ }
|
|
{ Interface Copyright (c) 1992 Borland International }
|
|
{ Interface Copyright (c) 1992 Borland International }
|
|
{ }
|
|
{ }
|
|
-{ Parts Copyright (c) 1999-2000 by Florian Klaempfl }
|
|
|
|
|
|
+{ Parts Copyright (c) 1999-2000 by Florian Klaempfl }
|
|
{ [email protected] }
|
|
{ [email protected] }
|
|
{ }
|
|
{ }
|
|
-{ Parts Copyright (c) 1999-2000 by Frank ZAGO }
|
|
|
|
|
|
+{ Parts Copyright (c) 1999-2000 by Frank ZAGO }
|
|
{ [email protected] }
|
|
{ [email protected] }
|
|
{ }
|
|
{ }
|
|
-{ Parts Copyright (c) 1999-2000 by MH Spiegel }
|
|
|
|
|
|
+{ Parts Copyright (c) 1999-2000 by MH Spiegel }
|
|
{ }
|
|
{ }
|
|
-{ Parts Copyright (c) 1996, 1999-2000 by Leon de Boer }
|
|
|
|
|
|
+{ Parts Copyright (c) 1996, 1999-2000 by Leon de Boer }
|
|
{ [email protected] }
|
|
{ [email protected] }
|
|
{ }
|
|
{ }
|
|
{ Free Vision project coordinator Balazs Scheidler }
|
|
{ Free Vision project coordinator Balazs Scheidler }
|
|
@@ -1549,7 +1549,7 @@ VAR Success: Integer; W, Bw: Sw_Word; P: PByteArray;
|
|
BEGIN
|
|
BEGIN
|
|
If Status <> StOk then
|
|
If Status <> StOk then
|
|
begin
|
|
begin
|
|
- FillChar(P^, Count, #0); { Error clear buffer }
|
|
|
|
|
|
+ FillChar(Buf, Count, #0); { Error clear buffer }
|
|
exit;
|
|
exit;
|
|
end;
|
|
end;
|
|
If (Position + Count > StreamSize) Then { Read pas stream end }
|
|
If (Position + Count > StreamSize) Then { Read pas stream end }
|
|
@@ -2901,7 +2901,10 @@ END;
|
|
END.
|
|
END.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.15 2002-10-31 12:47:30 carl
|
|
|
|
|
|
+ Revision 1.16 2002-10-31 13:08:04 carl
|
|
|
|
+ * forgot to init P buffer variable = crash
|
|
|
|
+
|
|
|
|
+ Revision 1.15 2002/10/31 12:47:30 carl
|
|
* more compatibility fixes for objects unit
|
|
* more compatibility fixes for objects unit
|
|
|
|
|
|
Revision 1.14 2002/10/30 22:44:44 carl
|
|
Revision 1.14 2002/10/30 22:44:44 carl
|