SOURCES: layout-1-is-malformed-fix.patch (NEW) - fix for "FATAL_ERROR: Layo...
sls
sls at pld-linux.org
Mon Oct 13 17:54:34 CEST 2008
Author: sls Date: Mon Oct 13 15:54:34 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix for "FATAL_ERROR: Layout1 is malformed"
---- Files affected:
SOURCES:
layout-1-is-malformed-fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/layout-1-is-malformed-fix.patch
diff -u /dev/null SOURCES/layout-1-is-malformed-fix.patch:1.1
--- /dev/null Mon Oct 13 17:54:34 2008
+++ SOURCES/layout-1-is-malformed-fix.patch Mon Oct 13 17:54:28 2008
@@ -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;
================================================================
More information about the pld-cvs-commit
mailing list