mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +02:00
* fixed setcommatext
This commit is contained in:
parent
2b8091365e
commit
ee1bf5fa48
@ -162,7 +162,7 @@ begin
|
|||||||
inc(p);
|
inc(p);
|
||||||
Setlength (S,P-PS);
|
Setlength (S,P-PS);
|
||||||
L:=Pointer(S);
|
L:=Pointer(S);
|
||||||
Move (PS^,L,P-PS);
|
Move (PS^,L^,P-PS);
|
||||||
end;
|
end;
|
||||||
if p^=',' then
|
if p^=',' then
|
||||||
inc(p);
|
inc(p);
|
||||||
@ -1031,7 +1031,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2001-04-13 18:03:28 peter
|
Revision 1.10 2001-05-20 12:10:03 peter
|
||||||
|
* fixed setcommatext
|
||||||
|
|
||||||
|
Revision 1.9 2001/04/13 18:03:28 peter
|
||||||
* commatext fixes
|
* commatext fixes
|
||||||
|
|
||||||
Revision 1.8 2001/04/10 23:24:51 peter
|
Revision 1.8 2001/04/10 23:24:51 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user