summaryrefslogtreecommitdiff
blob: 3818e127747c284c073d334467a921b146690986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;