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