Incorrect indexing into character name list
authorMichael Gran <spk121@yahoo.com>
Mon, 28 Dec 2009 02:44:29 +0000 (18:44 -0800)
committerMichael Gran <spk121@yahoo.com>
Mon, 28 Dec 2009 02:44:29 +0000 (18:44 -0800)
commitb349875146af814dbeac07e96b043a3a3996b7cd
tree4f2a8ff463cdf6febead9d00ac62a11d7235f9be
parent3323ec063ccc87b210e6da04c57c625af270b230
Incorrect indexing into character name list

When converting a character into a character name, an incorrect
character name could theoretically have been returned.

* libguile/chars.c (scm_i_charname): used wrong index into
  scm_alt_charnames
libguile/chars.c