X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwengineo.c;h=1c3238f5d3ed61d0007c2bad715e3e089fd74092;hb=d9a803f2e64634ff75f89b7e3b0a65ac085f0e36;hp=e27284c44e017fb67698266500fb27616442182a;hpb=daa12565fa521658566703fdc5fdc6302cf0e6ca;p=xboard.git diff --git a/winboard/wengineo.c b/winboard/wengineo.c index e27284c..1c3238f 100644 --- a/winboard/wengineo.c +++ b/winboard/wengineo.c @@ -807,7 +807,7 @@ static void UpdateControls( EngineOutputData * ed ) sprintf( s_time, "%d:%02d.%02d", time_secs / 60, time_secs % 60, time_cent ); /* Put all together... */ - if(ed->nodes == 0) /*sprintf( buf, "%3d\t \t \t \t", ed->depth );*/ buf[0]=0; else + if(ed->nodes == 0 && ed->score == 0 && ed->time == 0) sprintf( buf, "%3d\t", ed->depth ); else sprintf( buf, "%3d\t%s\t%s\t%s\t", ed->depth, s_score, s_nodes, s_time ); /* Add PV */