* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 16:10:37 +0000 (09:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 16:10:37 +0000 (09:10 -0700)
commita02719a326f3bc0ddf39832ef5390f8034c24c24
tree04a8bb98e7206f428461cf361c632380b09f4c8b
parent72589a3ceebd3b6c903963e5f82b78df004e851d
* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).

This occurs when processing a multibyte format, which can happen
when using 'eval'.  Problem reported by Wolfgang Jenker.
src/ChangeLog
src/editfns.c