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