From 000735a8132762cc140fd0d23f6c3de8160769e1 Mon Sep 17 00:00:00 2001 From: Tangles Date: Tue, 11 Feb 2020 01:02:26 +1100 Subject: [PATCH] fix compile error from previous. --- dgl-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgl-common.c b/dgl-common.c index b0a6cb8..426f9ce 100644 --- a/dgl-common.c +++ b/dgl-common.c @@ -433,7 +433,7 @@ dgl_exec_cmdqueue_w(struct dg_cmdpart *queue, int game, struct dg_user *me, char for (userchoice = 0; userchoice < num_games; userchoice++) { if (!strcmp(myconfig[userchoice]->game_id, p1) || !strcmp(myconfig[userchoice]->game_name, p1) || !strcmp(myconfig[userchoice]->shortname, p1)) { if (purge_stale_locks(userchoice)) { - char *ttrecdir = NULL + char *ttrecdir = NULL; if (myconfig[userchoice]->rcfile) { char *rcname = NULL; if (access (rcname = dgl_format_str(userchoice, me, myconfig[userchoice]->rc_fmt, NULL), R_OK) == -1) -- 2.47.3