mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 05:49:18 +03:00
added fix by cppgx (#84)
This commit is contained in:
parent
d93114604e
commit
2d3da8a99c
@ -19,6 +19,10 @@
|
||||
* lib/mc.lib: added patch on #219 by angel_il
|
||||
* vfs/extfs/u7z: patch from mandriva (#194)
|
||||
|
||||
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
|
||||
|
@ -42,7 +42,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