a0ccdcde72c60fcb9afa27150297bab49fd4eec8
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-extended / mc / mc-4.8.1 / optional-hints.patch
1 Upstream-Status: Pending
2
3 Fixes a text drawing issue if hints are unavailable.
4
5 Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
6
7 --- mc-4.8.1/src/filemanager/midnight.c.orig    2012-05-10 15:30:56.645804130 +0200
8 +++ mc-4.8.1/src/filemanager/midnight.c 2012-05-10 15:31:27.601804920 +0200
9 @@ -1587,7 +1587,7 @@
10      {
11          char text[BUF_SMALL];
12  
13 -        g_snprintf (text, sizeof (text), _("GNU Midnight Commander %s\n"), VERSION);
14 +        g_snprintf (text, sizeof (text), _("GNU Midnight Commander %s"), VERSION);
15          set_hintbar (text);
16      }
17  }