Changeset 303 for obsdata/tags/0.3.2


Ignore:
Timestamp:
11/21/06 17:28:12 (18 years ago)
Author:
nanardon
Message:
  • fix parsing of lha output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • obsdata/tags/0.3.2/ObsData/Archive/Lha.pm

    r285 r303  
    3131    while (<$hlha>) { 
    3232        chomp; 
    33         /^(\[\w*\]|(-|d|l|c|b)((-|r)(-|w)(-|x)){3} [^-])/ or next; 
     33        /^(\[.+\]|(-|d|l|c|b)((-|r)(-|w)(-|x)){3} [^-])/ or next; 
    3434        /^.{51}(.*)$/; 
    3535        push( @list, $1 ); 
Note: See TracChangeset for help on using the changeset viewer.