|
@@ -559,7 +559,7 @@ var
|
|
begin
|
|
begin
|
|
if (InOutRes<>0) then
|
|
if (InOutRes<>0) then
|
|
exit;
|
|
exit;
|
|
- int_str(q,s);
|
|
|
|
|
|
+ qword_str(q,s);
|
|
write_str(len,t,s);
|
|
write_str(len,t,s);
|
|
end;
|
|
end;
|
|
|
|
|
|
@@ -569,7 +569,7 @@ var
|
|
begin
|
|
begin
|
|
if (InOutRes<>0) then
|
|
if (InOutRes<>0) then
|
|
exit;
|
|
exit;
|
|
- int_str(i,s);
|
|
|
|
|
|
+ int64_str(i,s);
|
|
write_str(len,t,s);
|
|
write_str(len,t,s);
|
|
end;
|
|
end;
|
|
{$endif INT64}
|
|
{$endif INT64}
|
|
@@ -1016,7 +1016,10 @@ end;
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.64 2000-01-08 17:08:36 jonas
|
|
|
|
|
|
+ Revision 1.65 2000-01-20 20:19:37 florian
|
|
|
|
+ * writing of int64/qword fixed
|
|
|
|
+
|
|
|
|
+ Revision 1.64 2000/01/08 17:08:36 jonas
|
|
+ Mac linebreak (#13) support for readln
|
|
+ Mac linebreak (#13) support for readln
|
|
|
|
|
|
Revision 1.63 2000/01/07 16:41:36 daniel
|
|
Revision 1.63 2000/01/07 16:41:36 daniel
|