mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* extfs.c (extfs_init): Internationalize error message, it's
already in sfs.c.
This commit is contained in:
parent
5e2781089e
commit
e6a07c778a
@ -1,3 +1,8 @@
|
||||
2001-08-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* extfs.c (extfs_init): Internationalize error message, it's
|
||||
already in sfs.c.
|
||||
|
||||
2001-08-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* sfs.c (sfs_init): Use g_free(), not free() on mc_sfsini.
|
||||
|
@ -1334,7 +1334,7 @@ static int extfs_init (vfs *me)
|
||||
cfg = fopen (mc_extfsini, "r");
|
||||
|
||||
if (!cfg) {
|
||||
fprintf(stderr, "Warning: file %s not found\n", mc_extfsini);
|
||||
fprintf(stderr, _("Warning: file %s not found\n"), mc_extfsini);
|
||||
g_free (mc_extfsini);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user