Changeset 1456

Show
Ignore:
Timestamp:
05/06/04 23:19:27 (20 years ago)
Author:
jalet
Message:

Doesn't exit anymore on the first nul byte

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkpgcounter

    r1451 r1456  
    2424# 
    2525# $Log$ 
     26# Revision 1.6  2004/05/06 21:19:27  jalet 
     27# Doesn't exit anymore on the first nul byte 
     28# 
    2629# Revision 1.5  2004/05/06 12:37:29  jalet 
    2730# pkpgcounter : comments 
     
    124127            break 
    125128        position += 1 
    126         if not char : 
    127             break 
    128129        if char == "\014" :     
    129130            pagecount += 1 
  • pykota/trunk/NEWS

    r1455 r1456  
    2424    - 1.19alpha5 : 
    2525     
     26        - pkpgcounter enhancements. 
     27         
    2628        - pkprinters --skipexisting now tells pkprinters to not 
    2729          modify existing printers when --add is used.