X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fputs.c;h=e28a2b8c0595fb064ecd099a6034ef8168834d08;hp=a90e07863fbdb26185b9ae2827da22eed895b054;hb=17d539d4dad385b70e22c3611c7642e0a020d990;hpb=71712a8bb92d6a10218e3356c6d26554dc2633dd 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' ) {