From: Tangles Date: Mon, 10 Feb 2020 14:02:26 +0000 (+1100) Subject: fix compile error from previous. X-Git-Tag: v1.6.1-roc-dev~29 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=000735a8132762cc140fd0d23f6c3de8160769e1;p=dgamelaunch fix compile error from previous. --- 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)