1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-11 05:49:18 +03:00

added fix by cppgx ()

This commit is contained in:
Enrico Weigelt, metux IT service 2009-02-03 02:33:01 +01:00 committed by Sergei Trofimovich
parent d93114604e
commit 2d3da8a99c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 }