summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9bfe97b)
raw | patch | inline | side by side (parent: 9bfe97b)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 28 Sep 2010 15:44:19 +0000 (15:44 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 28 Sep 2010 15:44:19 +0000 (15:44 +0000) |
program/bindings/ruby/main.c | patch | blob | history |
index 64685828158954b587da1be9c2e4ce59c020922f..6dc229b8691d1625404ea3ca54311f7d68a6adca 100644 (file)
switch (TYPE(v)) {
case T_STRING:
- a.strings[i + 1] = strdup(STR2CSTR(v));
+ a.strings[i + 1] = strdup(StringValuePtr(v));
break;
case T_FIXNUM:
snprintf(buf, 63, "%d", FIX2INT(v));