Ticket #84: iso9660.in.diff

File iso9660.in.diff, 374 bytes (added by slavazanko, 15 years ago)

added by cppgx

  • ./vfs/extfs/iso9660.in

     
    4242  # Pattern to match 8 first fields. 
    4343  rx = "[^     ]+[     ]+"; 
    4444  rx = "^" rx rx rx rx rx rx rx rx; 
    45   irx = "^\\[ *[0-9]* *[0-9]+\\]  "; 
     45  irx = "^\\[ *-?[0-9]* *[0-9]+\\] +"; 
    4646} 
    4747/^$/ { next } 
    4848/^d---------/ { next }