summaryrefslogtreecommitdiff
blob: d73546da4b25ec03b07a233f8b2e0e580d9bc63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --exclude='*.lo' --exclude=.libs --exclude=.deps --exclude=libtool --exclude=Makefile --exclude='*.o' --exclude='*.la' --exclude='config*' -Nru peephole-1.4.vanilla/src/grammar/local/local.c peephole-1.4/src/grammar/local/local.c
--- peephole-1.4.vanilla/src/grammar/local/local.c	2006-02-03 14:23:46.000000000 +0100
+++ peephole-1.4/src/grammar/local/local.c	2006-02-03 14:25:13.000000000 +0100
@@ -25,8 +25,8 @@
 static struct wm_local *parse_local(char *path, char *name)
 {
   struct wm_config wmc = {
-    .wml NULL,
-    .path path
+    NULL,
+    path
   };
 
   char rc[80];  // FIXME: possible buffer overflow...