From: Jamie Herre Date: 2002-07-06T07:58:38+09:00 Subject: RSTRING macro in array context Is this a typo? -J ------------------------------------------------------ Jamie Herre Gettys Group Software, Inc. jfh@gettysgroup.com Index: array.c =================================================================== RCS file: /src/ruby/array.c,v retrieving revision 1.84 diff -u -r1.84 array.c --- array.c 2002/05/28 18:11:07 1.84 +++ array.c 2002/07/05 22:35:02 @@ -734,7 +734,7 @@ } pos = NUM2LONG(argv[0]); if (pos == -1) { - pos = RSTRING(ary)->len; + pos = RARRAY(ary)->len; } else if (pos < 0) { pos++;