patch-wvWare_c 476 B

12345678910111213
  1. $OpenBSD: patch-wvWare_c,v 1.3 2008/05/12 16:14:42 fgsch Exp $
  2. --- wvWare.c.orig Mon May 12 16:37:21 2008
  3. +++ wvWare.c Mon May 12 16:40:47 2008
  4. @@ -1262,7 +1262,7 @@ wvPrintGraphics (char *config, int graphicstype, int w
  5. */
  6. printf ("\n\\resizebox{%dpt}{%dpt}\
  7. {\\includegraphics{%s.eps}}\
  8. - \n% -- %#.2x graphic -- \n", width, height, source, graphicstype);
  9. + \n%% -- %#.2x graphic -- \n", width, height, source, graphicstype);
  10. }
  11. else
  12. {