mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +02:00
* tdictionary.rename() returns nil if the original object wasn't found
(reported by Sergey Korshunoff <seyko@comail.ru>)
This commit is contained in:
parent
ee56b2e0ec
commit
9319168ca4
@ -1245,6 +1245,7 @@ end;
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
result := nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -1728,7 +1729,11 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2002-05-18 13:34:05 peter
|
Revision 1.14 2002-06-17 13:56:14 jonas
|
||||||
|
* tdictionary.rename() returns nil if the original object wasn't found
|
||||||
|
(reported by Sergey Korshunoff <seyko@comail.ru>)
|
||||||
|
|
||||||
|
Revision 1.13 2002/05/18 13:34:05 peter
|
||||||
* readded missing revisions
|
* readded missing revisions
|
||||||
|
|
||||||
Revision 1.12 2002/05/16 19:46:35 carl
|
Revision 1.12 2002/05/16 19:46:35 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user