]> git.pld-linux.org Git - packages/moc.git/commitdiff
- fix for "FATAL_ERROR: Layout1 is malformed"
authorSzymon Siwek <sls@pld-linux.org>
Mon, 13 Oct 2008 15:54:28 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    layout-1-is-malformed-fix.patch -> 1.1

layout-1-is-malformed-fix.patch [new file with mode: 0644]

diff --git a/layout-1-is-malformed-fix.patch b/layout-1-is-malformed-fix.patch
new file mode 100644 (file)
index 0000000..3818e12
--- /dev/null
@@ -0,0 +1,13 @@
+Index: interface_elements.c
+===================================================================
+--- interface_elements.c       (revision 2091)
++++ interface_elements.c       (revision 2092)
+@@ -736,7 +736,7 @@
+               const int max)
+ {
+       long v;
+-      const char *e;
++      const char *e = fmt;
+       if (!strncasecmp(fmt, "FILL", sizeof("FILL") - 1)) {
+               *val = LAYOUT_SIZE_FILL;
This page took 0.074734 seconds and 4 git commands to generate.