Changeset 210 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
06/15/05 20:38:30 (19 years ago)
Author:
jerome
Message:

Added small fix for some HPIJS drivers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pdlanalyzer/pcl345.py

    r202 r210  
    320320        elif startgfx == (endgfx - 1) :     
    321321            pagecount = startgfx 
     322        elif (startgfx == 1) and not endgfx :     
     323            pass 
    322324        else :     
    323325            pagecount = abs(startgfx - endgfx)