mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 18:08:15 +02:00
* fix mantis #20973, return value in unixutils.
git-svn-id: trunk@19893 -
This commit is contained in:
parent
721a2cc2ad
commit
6f8dac94e9
@ -1178,7 +1178,7 @@ end;
|
||||
Function GetUserGroup(Const UserName : String) : String;
|
||||
|
||||
begin
|
||||
GetGroupName(GetUserGid(UserName));
|
||||
Result := GetGroupName(GetUserGid(UserName));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user