mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
chase down a runaway else
This commit is contained in:
parent
90129fc4ec
commit
5e98c49188
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ intermediate_file (dstring_t *ifile, const char *filename, const char *ext,
|
|||
dsprintf (ifile, "%s.%s", temp, ext);
|
||||
}
|
||||
free (basename);
|
||||
} if (local) {
|
||||
} else if (local) {
|
||||
char *temp2 = strrchr (this_program, PATH_SEPARATOR);
|
||||
dsprintf (ifile, "%sXXXXXX", temp2 ? temp2 + 1 : this_program);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue