Show
Ignore:
Timestamp:
09/15/06 09:45:17 (18 years ago)
Author:
jerome
Message:

Fixed a problem in the skipping of Kyocera Prescribe commands.

Files:
1 modified

Legend:

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

    r415 r417  
    308308                    prescribe.append(minfile[nextpos-1:pos]) 
    309309                    self.logdebug("Prescribe commands : [%s]" % repr(minfile[nextpos-1:pos])) 
    310                     return (pos - nextpos) 
     310                    break 
    311311                pos += 1     
     312            return (pos - nextpos) 
    312313        else : 
    313314            return 0