mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
Eeasy fix for that
This commit is contained in:
parent
2bfea938b3
commit
d411d60685
1 changed files with 1 additions and 1 deletions
2
test.c
2
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
|
||||
|
|
Loading…
Reference in a new issue