On Thu, 21 Jun 2007 17:38:15 -0700 chromatic <[EMAIL PROTECTED]> wrote: > > - return string_from_cstring(INTERP, "Str", 3); > > + return string_from_cstring(INTERP, "Bool", 3); > > return SUPER(); > > } > > That 3 looks like it should be 4.
Yep, fixed in r19238. Mark