* editfns.c (Fformat): Since floats occupy two elements in the
commit50aa2f903214029eabee4b5420eddd594394e111
authorJim Blandy <jimb@redhat.com>
Wed, 7 Jul 1993 10:22:05 +0000 (7 10:22 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 7 Jul 1993 10:22:05 +0000 (7 10:22 +0000)
treec137b880590ef61801244c70bb7c9a935a7667d8
parent82a82d4881e577d717c483ca9c7255e4d3bd8997
* editfns.c (Fformat): Since floats occupy two elements in the
argument list passed to doprnt, we must use separate indices for
the array of arguments passed to Fformat, and the array of
arguments to be passed to doprnt.
src/editfns.c