File: fix-build.patch

package info (click to toggle)
matchbox-window-manager 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,588 kB
  • sloc: ansic: 14,760; xml: 778; makefile: 119; sh: 16
file content (16 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix build
Author: Moray Allan <moray@debian.org>

Index: matchbox-window-manager-1.2.2+git20200512/src/mbtheme.c
===================================================================
--- matchbox-window-manager-1.2.2+git20200512.orig/src/mbtheme.c	2020-06-15 15:33:49.480452483 +0100
+++ matchbox-window-manager-1.2.2+git20200512/src/mbtheme.c	2020-06-15 15:33:49.480452483 +0100
@@ -2433,7 +2433,7 @@
 
   XMLParser *parser = xml_parser_new();
 
-  char theme_filename[255] = DEFAULTTHEME;
+  char theme_filename[256] = DEFAULTTHEME;
   char *theme_path = NULL;
 
 #ifndef MAXPATHLEN