mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-06-27 03:11:46 +00:00
io_patch
This commit is contained in:
parent
3cae6a2e61
commit
2c73ec5150
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ int puts(const char *s)
|
|||
c = *s;
|
||||
if (c == 0)
|
||||
{
|
||||
pos_putc('\r\n');
|
||||
pos_putc('\n');
|
||||
break;
|
||||
}
|
||||
pos_putc(c);
|
||||
|
|
|
|||
Loading…
Reference in a new issue