X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gtk%2Fxengineoutput.c;h=74ae0e674852d2771aaf179edd85bef40846b297;hb=fd5232356b95d30941de9dfd49444a1953eaa38a;hp=34a960cdc3fec663366f7c7752ca947baaa1a802;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/gtk/xengineoutput.c b/gtk/xengineoutput.c index 34a960c..74ae0e6 100644 --- a/gtk/xengineoutput.c +++ b/gtk/xengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013, 2014 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); } -