Skip to content
Snippets Groups Projects
Commit 6e5b98e0 authored by deuce's avatar deuce
Browse files

Use cputs (ciolib) rather than puts (stdio)

parent a6088be8
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ int filereadline(int sock, char *buf, size_t length, char *error)
void bail(int code)
{
if(code) {
puts("\nHit a key...");
cputs("\nHit a key...");
getch();
}
uifc.bail();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment