1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[c] empty instruction

This commit is contained in:
Witold Filipczyk 2022-06-22 21:39:59 +02:00
parent ee6d24b66d
commit 37afb1de72

View File

@ -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"))