mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(scm_simple_format): Print missing part of format before ~% control.
Thanks to Daniel Skarda!
This commit is contained in:
parent
1334c61ab0
commit
ba4271760f
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ SCM_DEFINE (scm_simple_format, "simple-format", 2, 0, 1,
|
||||||
start = p + 1;
|
start = p + 1;
|
||||||
continue;
|
continue;
|
||||||
case '%':
|
case '%':
|
||||||
|
scm_lfwrite (start, p - start - 1, destination);
|
||||||
scm_newline (destination);
|
scm_newline (destination);
|
||||||
start = p + 1;
|
start = p + 1;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue