fisplay =0

This commit is contained in:
Jan Nieuwenhuizen 2019-10-26 08:54:43 +02:00
parent 8a70cd1154
commit 618da7a661
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ display_helper (SCM x, int cont, char *sep, int fd, int write_p)
{
if (write_p == 0)
fdputc (VALUE (x), fd);
else if (1)
else
{
fdputs ("#", fd);
fdwrite_char (VALUE (x), fd);