mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
lazutils: clean up
git-svn-id: trunk@36987 -
This commit is contained in:
parent
f5933d0bb3
commit
9b61e66009
@ -416,7 +416,7 @@ begin
|
||||
if s1 <> '' then
|
||||
Result := s1 + ',' + s2
|
||||
else
|
||||
Result := s1 + s2;
|
||||
Result := s2;
|
||||
{$ELSE}
|
||||
Result := '';
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user