diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-23 21:57:33 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-23 21:57:33 +0900 |
| commit | 0940e4d4629e330818cc9194ac9e584f4a9504e5 (patch) | |
| tree | 45b4d642ac44cb877ea55b310d80cd611ad408c2 /src/string.c | |
| parent | d8f48e9782a0d4e70c67f11b83d9976ab279dc51 (diff) | |
| download | mruby-0940e4d4629e330818cc9194ac9e584f4a9504e5.tar.gz mruby-0940e4d4629e330818cc9194ac9e584f4a9504e5.zip | |
rename mrb_ptr_as_string() to mrb_ptr_to_str()
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c index 4495be77f..09777ac69 100644 --- a/src/string.c +++ b/src/string.c @@ -1529,7 +1529,7 @@ mrb_obj_as_string(mrb_state *mrb, mrb_value obj) } mrb_value -mrb_ptr_as_string(mrb_state *mrb, void *p) +mrb_ptr_to_str(mrb_state *mrb, void *p) { struct RString *p_str; char *p1; |
