Ticket #217: mc.vfs.iso9660.patch
File mc.vfs.iso9660.patch, 374 bytes (added by guanx, 16 years ago) |
---|
-
./vfs/extfs/iso9660.in
42 42 # Pattern to match 8 first fields. 43 43 rx = "[^ ]+[ ]+"; 44 44 rx = "^" rx rx rx rx rx rx rx rx; 45 irx = "^\\[ * [0-9]* *[0-9]+\\]";45 irx = "^\\[ *-?[0-9]* *[0-9]+\\] +"; 46 46 } 47 47 /^$/ { next } 48 48 /^d---------/ { next }