]> skyeroc.xyz Git - dgamelaunch/commitdiff
Make -f switch work
authorJilles Tjoelker <jilles@stack.nl>
Sun, 22 Feb 2004 22:28:54 +0000 (22:28 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Sun, 22 Feb 2004 22:28:54 +0000 (22:28 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@253 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgl-wall.c

index a2a878f60ba9a3a31b20eaff8c295a53c0ad44a1..57aa73e37afc32ac4c1c3d7df97356aa6f117754 100644 (file)
@@ -18,7 +18,7 @@ int
 main (int argc, char** argv)
 {
   int c, i, len;
-  char* config = NULL, buf[80], *ptr = buf, *from = NULL;
+  char buf[80], *ptr = buf, *from = NULL;
   struct dg_game ** games = NULL;
   struct flock fl = { 0 };
   struct passwd* pw = getpwuid(getuid());