commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d1ad995dfd
commit
69866a4b97
2
ruby.c
2
ruby.c
@ -882,7 +882,7 @@ set_arg0(val, id)
|
|||||||
{
|
{
|
||||||
char *s;
|
char *s;
|
||||||
int i;
|
int i;
|
||||||
static int len;
|
int len = origarglen;
|
||||||
|
|
||||||
if (origargv == 0) rb_raise(rb_eRuntimeError, "$0 not initialized");
|
if (origargv == 0) rb_raise(rb_eRuntimeError, "$0 not initialized");
|
||||||
StringValue(val);
|
StringValue(val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user