mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Fix to display files belonging to users with excessively long usernames
in RPM packages
This commit is contained in:
parent
b95f29c5cd
commit
5305f827ed
@ -1,3 +1,8 @@
|
||||
Thu Nov 12 11:28:48 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* extfs/rpm: Fix to display files belonging to users with
|
||||
excessively long usernames
|
||||
|
||||
1998-10-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* fish.c (command): Replace vnsprintf with g_strdup_vprintf. This
|
||||
|
@ -97,7 +97,7 @@ mcrpmfs_list ()
|
||||
echo "$FILEPREF 0 $DATE INFO/CHANGELOG"
|
||||
fi
|
||||
|
||||
rpm -qlvp $1 | sed -e 's/^\(..........\). /\1 1 /'
|
||||
rpm -qlvp $1 | sed -e 's/^\(..........\) /\1 1 /'
|
||||
}
|
||||
|
||||
mcrpmfs_copyout ()
|
||||
|
Loading…
Reference in New Issue
Block a user