Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:usev6/nqp
  • Loading branch information
moritz committed Jan 19, 2015
2 parents 9f1320c + f2577cb commit ff57c3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HLL/sprintf.nqp
Expand Up @@ -89,6 +89,9 @@ my module sprintf {
}

sub intify($number_representation) {
if $number_representation =:= NQPMu {
return $zero; ## missing argument is handled in method TOP
}
for @handlers -> $handler {
if $handler.mine($number_representation) {
return $handler.int($number_representation);
Expand Down

0 comments on commit ff57c3a

Please sign in to comment.