mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +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;
|
Function GetUserGroup(Const UserName : String) : String;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
GetGroupName(GetUserGid(UserName));
|
Result := GetGroupName(GetUserGid(UserName));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user