[gs-bugs] [Bug 691600] New: calls fz_tonum() instead of fz_togen()

bugzilla-daemon at ghostscript.com bugzilla-daemon at ghostscript.com
Wed Sep 8 15:41:47 UTC 2010


http://bugs.ghostscript.com/show_bug.cgi?id=691600

           Summary: calls fz_tonum() instead of fz_togen()
           Product: MuPDF
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P4
         Component: apps
        AssignedTo: tor.andersson at artifex.com
        ReportedBy: javier at guerrag.com
         QAContact: gs-bugs at ghostscript.com
   Estimated Hours: 0.0


in pdfclean.c function sweepref(), line 72-73:

    int num = fz_tonum(obj);
    int gen = fz_tonum(obj);

shouldn't the second one be "int gen = fz_togen(obj);" ?

-- 
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gs-bugs mailing list