X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_lib.c;h=57a062175e291cc1268861973dce5432f48b09bc;hb=013cc1475855427f52e2f1f4ec1d7969e0932b08;hp=46489c7015125477829ab7a23eb05069360d0be5;hpb=1be58416e7fd292f729d6fe8e759ccd926431fd2;p=16.git diff --git a/src/lib/16_lib.c b/src/lib/16_lib.c index 46489c70..57a06217 100755 --- a/src/lib/16_lib.c +++ b/src/lib/16_lib.c @@ -90,7 +90,7 @@ void Quit (char *error) { movedata ((unsigned)screen,7,0xb800,0,7*160); //gotoxy (10,4); - puts(error); + fprintf(stderr, "%s\n", error); //gotoxy (1,8); exit(1); }