Merge pull request #1836 from monaka/pr-use-mrb_str_new_cstr
authorYukihiro "Matz" Matsumoto <[email protected]>
Sun, 9 Mar 2014 08:12:28 +0000 (9 17:12 +0900)
committerYukihiro "Matz" Matsumoto <[email protected]>
Sun, 9 Mar 2014 08:12:28 +0000 (9 17:12 +0900)
Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().


Trivial merge