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

Don't show "Warning: cannot open /usr/libexec/mc/extfs.d directory",
because it's packaged separately.

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

--- mc-4.8.1/src/vfs/extfs/extfs.c.orig	2012-05-10 15:50:04.633833530 +0200
+++ mc-4.8.1/src/vfs/extfs/extfs.c	2012-05-10 15:50:20.349833289 +0200
@@ -1558,8 +1558,6 @@
      * appear on screen. */
     if (dir == NULL)
     {
-        if (!silent)
-            fprintf (stderr, _("Warning: cannot open %s directory\n"), dirname);
         g_free (dirname);
         return FALSE;
     }