mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* edit.c (edit_filters): Use gzip, not compress for *.Z files
for consistency with other parts of the code (viewer, mc.ext).
This commit is contained in:
parent
12d62c868d
commit
b5265f8da5
@ -1,3 +1,8 @@
|
||||
2002-09-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* edit.c (edit_filters): Use gzip, not compress for *.Z files
|
||||
for consistency with other parts of the code (viewer, mc.ext).
|
||||
|
||||
2002-09-03 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* editcmd.c: Recheck and fix all calls to create_dlg().
|
||||
|
@ -231,7 +231,7 @@ static const struct edit_filters {
|
||||
"gzip -cd %s 2>&1", "gzip > %s", ".gz"
|
||||
},
|
||||
{
|
||||
"compress -cd %s 2>&1", "compress > %s", ".Z"
|
||||
"gzip -cd %s 2>&1", "gzip > %s", ".Z"
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user