Blame SOURCES/latex2html-2002.2.1-grayimg.patch

3f86cb
--- latex2html-2002-2-1/pstoimg.pin.grayimg	2005-05-04 11:20:46.000000000 +0200
3f86cb
+++ latex2html-2002-2-1/pstoimg.pin	2005-06-21 14:54:30.899550448 +0200
3f86cb
@@ -1021,7 +1021,7 @@ sub ps2pnm {
3f86cb
       }
3f86cb
     my $had_nonwhite;
3f86cb
     if($opt{white}) {
3f86cb
-      $had_nonwhite = ($ps =~ s/(\n\d+ \d+ bop gsave) \d*\.\d+ (TeXcolorgray clippath fill grestore)/$1 1 $2/s);
3f86cb
+      $had_nonwhite = ($ps =~ s/(\d+ \d+ bop gsave) \d*\.\d+ (TeXcolorgray clippath fill grestore)/$1 1 $2/s);
3f86cb
       }
3f86cb
     $ps_changed = $had_papersize || $had_nonwhite;
3f86cb
     if($ps_changed) {