Skip to content

Commit

Permalink
ENHANCE: Typo in option setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Jul 16, 2020
1 parent d452611 commit 69134f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ghomfp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ local H, pres,map,mapi,opt;
opt:=TzOptions(pres);

if ValueOption("protected")<>fail then
opt.expandLimit:=ValueOption("protected");
opt.protected:=ValueOption("protected");
fi;

opt.printLevel:=InfoLevel(InfoFpGroup);
Expand Down

0 comments on commit 69134f5

Please sign in to comment.