Skip to content

Commit

Permalink
should be US-ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Dec 26, 2011
1 parent e638654 commit 159674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignum.c
Expand Up @@ -1091,7 +1091,7 @@ rb_big2str0(VALUE x, int base, int trim)

ptr[len] = '\0';

return rb_str_new2(ptr);
return rb_usascii_str_new2(ptr);
}

VALUE
Expand Down

0 comments on commit 159674b

Please sign in to comment.