* fix naming (no functional change)

This commit is contained in:
florian 2024-07-03 18:47:26 +02:00
parent 193f20b697
commit 3180c985ed

View File

@ -404,7 +404,7 @@ end;
{$endif FPC_HAS_ANSISTR_CONCAT_MULTI}
{$ifdef EXTRAANSISHORT}
Procedure AnsiStr_ShortStr_Concat (Var S1: AnsiString; Var S2 : ShortString);
Procedure fpc_AnsiStr_ShortStr_Concat (Var S1: AnsiString; Var S2 : ShortString);
{
Concatenates a Ansi with a short string; : S2 + S2
}