Fix bug #16576 with PRINTCHARFUN that conses output a lot.
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Jan 2014 17:52:16 +0000 (19:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Jan 2014 17:52:16 +0000 (19:52 +0200)
commit198af6dfe2ff8766ec50338ef88a171bf58a9fb7
tree6fbfaf1691378aaa3f73e973f1d75eaa6f4883e4
parent908df335d0ccb2779f23c695f355a9939fe07bf2
Fix bug #16576 with PRINTCHARFUN that conses output a lot.

 src/print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE, not
 STRING_CHAR_AND_LENGTH, so that if the string is relocated by GC,
 we still use correct addresses.
src/ChangeLog
src/print.c