* Bug in simple-format (print.c)
@ 2002-06-07 14:14 Daniel Skarda
2002-06-17 23:18 ` Marius Vollmer
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Skarda @ 2002-06-07 14:14 UTC (permalink / raw)
Hello,
I think there is missing line in simple-format (print.c):
case '%':
scm_newline (destination);
start = p + 1;
continue;
Before scm_newline, there should be:
scm_lfwrite (start, p - start - 1, destination);
otherwise (format #t "Hello world~%") print just newline.
0.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug in simple-format (print.c)
2002-06-07 14:14 Bug in simple-format (print.c) Daniel Skarda
@ 2002-06-17 23:18 ` Marius Vollmer
0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2002-06-17 23:18 UTC (permalink / raw)
Cc: guile-devel
Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> writes:
> I think there is missing line in simple-format (print.c):
Right! Thanks!
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-06-17 23:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-07 14:14 Bug in simple-format (print.c) Daniel Skarda
2002-06-17 23:18 ` Marius Vollmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).