commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2001-09-01 03:34:04 +00:00
parent d1ad995dfd
commit 69866a4b97

2
ruby.c
View File

@ -882,7 +882,7 @@ set_arg0(val, id)
{
char *s;
int i;
static int len;
int len = origarglen;
if (origargv == 0) rb_raise(rb_eRuntimeError, "$0 not initialized");
StringValue(val);