Hello, "Bill Schottstaedt" <[EMAIL PROTECTED]> writes:
> I thought it odd that: > > guile> (string-length "") > 0 > guile> (string-ref "" 3) > #\nul > > but: > > guile> (string-set! "" 123 #\a) > guile> (string-ref "" 123) > #\a I fixed it, will be in the forthcoming 1.8.6. http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=3ae3166b2307ee8588aa9b422764b486ed02ad09 Thanks, Ludo'.
