]> granicus.if.org Git - graphviz/commitdiff
Fix for bug 787
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:06:32 +0000 (21:06 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:06:32 +0000 (21:06 +0000)
lib/common/psgen.c

index 7f73dfadc744c5c2fb69e792202201ad9893bcdb..9bd4f6b1264f1fe9cce327bbe86be3717ce40ec3 100644 (file)
@@ -190,7 +190,7 @@ fprintf(stderr,"offset = %d,%d\n", offset.x, offset.y);
                  "canvas size (%d,%d) exceeds PDF limit (%d)\n"
                  "\t(suggest setting a bounding box size, see dot(1))\n",
                  sz.x, sz.y, PDFMAX);
-       fprintf(Output_file, "[ /CropBox [%d %d %d %d] /PAGES pdfmark\n",
+       fprintf(Output_file, "[ /CropBox [%d %d %d %d] /PAGE pdfmark\n",
                0, 0, sz.x, sz.y);
     }
 }