summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-extended/mc/mc-4.8.12/optional-sfs-ini.patch
blob: fd5afd3ce0bb3046711e43cfca84444d92813571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Upstream-Status: Inappropriate [Configuration]

Don't show "sfs_init(): Warning: file /etc/mc/sfs.ini not found",
because it's packaged separately.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>

--- mc-4.8.1/src/vfs/sfs/sfs.c.orig	2012-05-10 15:48:05.405830465 +0200
+++ mc-4.8.1/src/vfs/sfs/sfs.c	2012-05-10 15:48:24.389830919 +0200
@@ -419,7 +419,6 @@
 
     if (cfg == NULL)
     {
-        fprintf (stderr, _("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini);
         g_free (mc_sfsini);
         return 0;
     }