X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=osdd.c;h=0a7958045b94e0f86d06e2740388d1d83be5e727;hb=b205aed8e1d020b99a3e275348b31879e78bbd7e;hp=98a35a6d09d23285afed741cc992664e8b264b32;hpb=a883082ba08cf9e8acb0360056b240ebd77ab110;p=osdd.git diff --git a/osdd.c b/osdd.c index 98a35a6..0a79580 100644 --- a/osdd.c +++ b/osdd.c @@ -157,7 +157,7 @@ display_msg(struct msg *msg) else if (!strcmp(key, "outline-color")) xosd_set_outline_colour(osd, val); else - DBG("\tPARSE ERROR\n"); + xosd_display(osd, (row < num_lines ? row++ : num_lines-1), XOSD_string, "PARSE ERROR"); line = nl; }