Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 607919 Details for
Bug 852410
incorrect page count of postscript files when printed with multiple copies from the MS Office suite
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
diff -up output
pkpgcounter-3.50.01.patch (text/plain), 1.13 KB, created by
Andrea Cavallari
on 2012-08-29 14:18:09 UTC
(
hide
)
Description:
diff -up output
Filename:
MIME Type:
Creator:
Andrea Cavallari
Created:
2012-08-29 14:18:09 UTC
Size:
1.13 KB
patch
obsolete
>diff -up pkpgcounter-3.50/pkpgpdls/postscript.py pkpgcounter-3.50.01/pkpgpdls/postscript.py >--- pkpgcounter-3.50/pkpgpdls/postscript.py 2007-12-09 12:26:22.000000000 -0200 >+++ pkpgcounter-3.50.01/pkpgpdls/postscript.py 2011-03-29 14:39:18.000000000 -0300 >@@ -101,7 +101,7 @@ class Parser(pdlparser.PDLParser) : > notinteger = 1 # It seems that sometimes it's not an integer but an EPS file name > else : > notinteger = 0 >- if newpagenum == oldpagenum : >+ if newpagenum <= oldpagenum : > proceed = 0 > else : > oldpagenum = newpagenum >diff -up pkpgcounter-3.50/pkpgpdls/version.py pkpgcounter-3.50.01/pkpgpdls/version.py >--- pkpgcounter-3.50/pkpgpdls/version.py 2007-12-09 18:32:54.000000000 -0200 >+++ pkpgcounter-3.50.01/pkpgpdls/version.py 2011-03-29 14:32:12.000000000 -0300 >@@ -21,7 +21,7 @@ > """This modules defines some important constants used in this software.""" > > >-__version__ = "3.50" >+__version__ = "3.50.01" > > __doc__ = """pkpgcounter : a generic Page Description Languages parser.""" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 852410
: 607919