Group leader is not always member 0.

This commit is contained in:
JJ
2015-02-05 19:18:51 -05:00
parent 36d53f69d6
commit b96e5a7f4d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -342,8 +342,8 @@ XS(XS_Group_GetLeaderName)
if (items != 1)
Perl_croak(aTHX_ "Usage: Group::GetLeaderName(THIS)");
{
Group * THIS;
char * RETVAL;
Group * THIS;
const char * RETVAL;
dXSTARG;
if (sv_derived_from(ST(0), "Group")) {