Skip to content

Commit

Permalink
pass integer 0 instead of string "0" along to mean falseness
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Apr 10, 2015
1 parent 4409a04 commit d7b8b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/how/NQPClassHOW.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ knowhow NQPClassHOW {
self.incorporate_multi_candidates($obj);

# Compose attributes.
for self.attributes($obj, :local<0> ) { $_.compose($obj) }
for self.attributes($obj, :local(0) ) { $_.compose($obj) }

# Publish type and method caches and boolification spec.
self.publish_type_cache($obj);
Expand Down

0 comments on commit d7b8b06

Please sign in to comment.