Merge branch 'mc-4.6'

* mc-4.6:
  added fix by cppgx (#84)
This commit is contained in:
Sergei Trofimovich 2009-02-23 22:17:17 +02:00
commit e2f1b4991e
2 changed files with 5 additions and 1 deletions

View File

@ -53,6 +53,10 @@
* vfs/extfs/u7z: patch from mandriva (#194) * vfs/extfs/u7z: patch from mandriva (#194)
* added Andrew Borodin's patch for showing free space (#188) * 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> 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
* src/util.c: fixed name_trunc() on NULL or empty parameters * src/util.c: fixed name_trunc() on NULL or empty parameters

View File

@ -43,7 +43,7 @@ BEGIN {
# Pattern to match 8 first fields. # Pattern to match 8 first fields.
rx = "[^ ]+[ ]+"; rx = "[^ ]+[ ]+";
rx = "^" rx rx rx rx rx rx rx rx; rx = "^" rx rx rx rx rx rx rx rx;
irx = "^\\[ *[0-9]* *[0-9]+\\] "; irx = "^\\[ *-?[0-9]* *[0-9]+\\] +";
} }
/^$/ { next } /^$/ { next }
/^d---------/ { next } /^d---------/ { next }