Make -f switch work
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@253 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
bd9114c65d
commit
6afc30c0b2
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue