Index: report.c =================================================================== --- report.c (revision 34274) +++ report.c (revision 34275) @@ -516,9 +516,9 @@ } if (nl->has_nontrace) - rnd_append_printf(err, "\n%Partial result: polygons/texts blocked the search"); + rnd_append_printf(err, "\nPartial result: polygons/texts blocked the search"); else if (nl->has_junction) - rnd_append_printf(err, "\n%Partial result: a junction blocked the search"); + rnd_append_printf(err, "\nPartial result: a junction blocked the search"); pcb_qry_uninit(&ec);