Make -f switch work

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@253 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-02-22 22:28:54 +00:00
parent bd9114c65d
commit 6afc30c0b2
1 changed files with 1 additions and 1 deletions

View 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());