X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Ffontglide.c;h=f1db02368a303cae53b62921c12431156e49ce20;hp=73e65d49b1b52f1fd31629d14beae94bfb75e12c;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hpb=5f1f12f2a37da634000f96d18d59cc73a8814ef7 diff --git a/hacks/fontglide.c b/hacks/fontglide.c index 73e65d49..f1db0236 100644 --- a/hacks/fontglide.c +++ b/hacks/fontglide.c @@ -1100,7 +1100,7 @@ populate_sentence (state *s, sentence *se) y + se->font->ascent > s->xgwa.height) { unread_word (s, w); - done = True; + /* done = True; */ break; } } @@ -1500,8 +1500,13 @@ launch_text_generator (state *s) } else { - perror (program); + char buf[255]; + sprintf (buf, "%.100s: %.100s", progname, program); + perror (buf); } + + free(oprogram); + free(program); }