X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gtk%2Fxengineoutput.c;h=ceda49ee370e3d8bcc391308b306503c8d91f085;hb=1c03d229073e56dda9e5856db5adaae51576a3bb;hp=50f547106a3c8987368b2d1ab3b74822c025648d;hpb=cddb5c485a52d0444e81b4df49e1fe921c78b53c;p=xboard.git diff --git a/gtk/xengineoutput.c b/gtk/xengineoutput.c index 50f5471..ceda49e 100644 --- a/gtk/xengineoutput.c +++ b/gtk/xengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -111,7 +111,7 @@ InsertIntoMemo (int which, char * text, int where) { char *p; GtkTextIter start; - + /* the backend adds \r\n, which is needed for winboard, * for xboard we delete them again over here */ if(p = strchr(text, '\r')) *p = ' '; @@ -135,4 +135,3 @@ ResizeWindowControls (int mode) if(mode) gtk_widget_show(engoutOptions[13].handle); else gtk_widget_hide(engoutOptions[13].handle); } -