X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fputs.c;h=e28a2b8c0595fb064ecd099a6034ef8168834d08;hb=5b6ac4fcc65f0a5de1e4f51ef2af243c1eef8e7c;hp=a90e07863fbdb26185b9ae2827da22eed895b054;hpb=0d54a75af25ca44411e7c4190cc2a93a390e61a2;p=pdclib.old diff --git a/functions/stdio/puts.c b/functions/stdio/puts.c index a90e078..e28a2b8 100644 --- a/functions/stdio/puts.c +++ b/functions/stdio/puts.c @@ -30,6 +30,9 @@ int puts( const char * s ) } } } + /* FIXME: Think-o. '\n' is lineend, conversion to platform-specific + tales place only for text streams. + */ s = _PDCLIB_eol; while ( *s != '\0' ) {