]> git.pld-linux.org Git - packages/ctwm.git/blob - ctwm-gram.patch
- massive attack: adding Source-md5
[packages/ctwm.git] / ctwm-gram.patch
1 --- ctwm-3.6/gram.y.orig        Tue Sep 17 00:03:37 2002
2 +++ ctwm-3.6/gram.y     Tue Sep 17 00:03:37 2002
3 @@ -683,7 +683,7 @@
4                 | wingeom_entries wingeom_entry
5                 ;
6  
7 -wingeom_entry  : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
8 +wingeom_entry  : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
9  
10  
11  
This page took 0.625251 seconds and 3 git commands to generate.