mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:59:25 +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
|
if s1 <> '' then
|
||||||
Result := s1 + ',' + s2
|
Result := s1 + ',' + s2
|
||||||
else
|
else
|
||||||
Result := s1 + s2;
|
Result := s2;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Result := '';
|
Result := '';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user