]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - packages/science/gnuplot/pdflib.patch
hopefully fixed firefox & thunderbird package
[hdw-linux/hdw-linux.git] / packages / science / gnuplot / pdflib.patch
index aef822fd5ec7e4e8444b4fe22df4d945c889ca9d..d341235e2cb6fc3ace335547648a2f257e70e15d 100644 (file)
@@ -5,7 +5,7 @@
  
      /*open new PDF file */ 
 -    if (PDF_open_fp(myPDF, gpoutfile) == -1)
-+    if (PDF_open_file(myPDF, gpoutfile) == -1)
++    if (PDF_open_file(myPDF, outstr) == -1)
        int_error(NO_CARET, "Error:cannot open PDF file .\n");
  
  #ifdef PDF_DONT_COMPRESS