mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
commit
e2f1b4991e
@ -53,6 +53,10 @@
|
||||
* vfs/extfs/u7z: patch from mandriva (#194)
|
||||
* added Andrew Borodin's patch for showing free space (#188)
|
||||
|
||||
2009-02-02 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
||||
|
||||
* vfs/extfs/iso9660.in: added iso9660 fix by cppgx (#86)
|
||||
|
||||
2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
||||
|
||||
* src/util.c: fixed name_trunc() on NULL or empty parameters
|
||||
|
@ -43,7 +43,7 @@ BEGIN {
|
||||
# Pattern to match 8 first fields.
|
||||
rx = "[^ ]+[ ]+";
|
||||
rx = "^" rx rx rx rx rx rx rx rx;
|
||||
irx = "^\\[ *[0-9]* *[0-9]+\\] ";
|
||||
irx = "^\\[ *-?[0-9]* *[0-9]+\\] +";
|
||||
}
|
||||
/^$/ { next }
|
||||
/^d---------/ { next }
|
||||
|
Loading…
Reference in New Issue
Block a user