From e77c641c0c2b11602224d0dbada667dbed4c9d57 Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Mon, 13 Oct 2008 15:54:28 +0000 Subject: [PATCH] - fix for "FATAL_ERROR: Layout1 is malformed" Changed files: layout-1-is-malformed-fix.patch -> 1.1 --- layout-1-is-malformed-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layout-1-is-malformed-fix.patch diff --git a/layout-1-is-malformed-fix.patch b/layout-1-is-malformed-fix.patch new file mode 100644 index 0000000..3818e12 --- /dev/null +++ b/layout-1-is-malformed-fix.patch @@ -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; -- 2.44.0