Skip to content

Commit

Permalink
Store everything possible
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnewell committed Aug 15, 2018
1 parent 44a3f60 commit b26cd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ListUtil.xs
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ CODE:
SvNOK_on(TARG);
}
#ifdef SVf_IVisUV
else if(SvUOK(num)) {
if(SvUOK(num)) {
SvUV_set(TARG, SvUV(num));
SvIOK_on(TARG);
SvIsUV_on(TARG);
Expand Down

0 comments on commit b26cd62

Please sign in to comment.