From: Jilles Tjoelker Date: Sun, 22 Feb 2004 22:28:54 +0000 (+0000) Subject: Make -f switch work X-Git-Tag: v1.6.1-roc-dev~447 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=6afc30c0b20ead6a2e3e06e085a2641dd404a540;p=dgamelaunch Make -f switch work git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@253 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/dgl-wall.c b/dgl-wall.c index a2a878f..57aa73e 100644 --- a/dgl-wall.c +++ b/dgl-wall.c @@ -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());