From: Dale Weiler Date: Sun, 21 Jul 2013 22:07:22 +0000 (+0000) Subject: Eeasy fix for that X-Git-Tag: v0.3.0~73 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d411d6068524252056039f543fcebcad480a5b24;ds=sidebyside Eeasy fix for that --- diff --git a/test.c b/test.c index 1930bba..8751fd5 100644 --- a/test.c +++ b/test.c @@ -707,7 +707,7 @@ static bool task_propagate(const char *curdir, size_t *pad, const char *defs) { * so we don't trample over an existing one. */ tmpl->tempfilename = NULL; - util_asprintf(&tmpl->tempfilename, "%s/TMPDAT.%s", curdir, files->d_name); + util_asprintf(&tmpl->tempfilename, "%s/TMPDAT.%s.dat", curdir, files->d_name); /* * Additional QCFLAGS enviroment variable may be used