Show
Ignore:
Timestamp:
09/07/07 18:54:41 (17 years ago)
Author:
jerome
Message:

Fixed a problem when handling Canon ImageRunner? documents.

Files:
1 modified

Legend:

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

    r456 r461  
    350350            oldpos = self.pos-2 
    351351            codop = self.minfile[self.pos:self.pos+2] 
    352             length = unpack(">H", minfile[pos+6:pos+8])[0] 
     352            length = unpack(">H", self.minfile[pos+6:pos+8])[0] 
    353353            self.pos += 18 
    354354            if codop != self.imagerunnermarker2 :