X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=util.c;h=c2dec6b29e1b51a3b16bb04f8c31e541979d7993;hp=06f868d163fec3891fb2412bc970036d0c6d5c53;hb=60900035e6d0309705f2326ee50edc52386305e9;hpb=683b5dc504dc5d930b617cfba09011e41e51dd16 diff --git a/util.c b/util.c index 06f868d..c2dec6b 100644 --- a/util.c +++ b/util.c @@ -202,7 +202,7 @@ void my_fatal(const char format[], ...) { // This should be gui_send but this does not work. // Why? - fprintf(stderr,"tellusererror POLYGLOT: %s",string); + printf("tellusererror POLYGLOT: %s",string); if (Error) { // recursive error my_log("POLYGLOT *** RECURSIVE ERROR ***\n");