mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[c] empty instruction
This commit is contained in:
parent
ee6d24b66d
commit
37afb1de72
@ -1087,7 +1087,7 @@ tempname(const char *dir, const char *pfx, char *suff)
|
||||
if (isdirectory(getenv("TMPDIR")))
|
||||
dir = getenv("TMPDIR");
|
||||
else if (dir != NULL)
|
||||
dir = dir;
|
||||
; /* dir = dir */
|
||||
else if (isdirectory(P_tmpdir))
|
||||
dir = P_tmpdir;
|
||||
else if (isdirectory("/tmp"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user