X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=776f7516d44c89a8b6373ba5654374e6d0435fe5;hb=84fa2420dd1ef644ed41ab4d46aa62e02365a5ba;hp=b288d6bd5bd9b7c03cb14d2796130117b33f9acf;hpb=5297eb5a91178cf9a403da89709a4661efde0210;p=xboard.git diff --git a/backend.c b/backend.c index b288d6b..776f751 100644 --- a/backend.c +++ b/backend.c @@ -4301,7 +4301,7 @@ read_from_ics (InputSourceRef isr, VOIDSTAR closure, char *data, int count, int } else if (count == 0) { RemoveInputSource(isr); - DisplayFatalError(_("Connection closed by ICS"), 0, 0); + DisplayFatalError(_("Connection closed by ICS"), 0, 6666); } else { DisplayFatalError(_("Error reading from ICS"), error, 1); }