On Sat, Jun 21, 2008 at 11:05:14AM +0200, Elimar Riesebieter wrote: > On Sat, 21 Jun 2008 the mental interface of > Damian Pietras told: > > > On Sun, Jun 08, 2008 at 03:34:17PM +0200, Elimar Riesebieter wrote: > > > severity 485059 minor > > > thanks > > > > > > On Sun, 08 Jun 2008 the mental interface of > > > Dobrica Pavlinusic told: > > > > > > > Package: moc > > > > Version: 1:2.5.0~alpha3-2+b1 > > > > Severity: grave > > > > Justification: renders package unusable > > > > > > > > > > > > Starting moc results in following error: > > > > > > > > FATAL_ERROR: Layout1 is malformed > > The attached patch fixes the prob.
The problem is caused by using the FILL parameter. A patch to fix this properly is attached. -- Damian Pietras
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;