mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[osdep] Fix tempname declaration
This commit is contained in:
parent
b9188bf98c
commit
bf8355dd2b
@ -1108,7 +1108,7 @@ tempname(const char *dir, const char *pfx, char *suff)
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
#warning mkstemps does not exist, using tempnam
|
#warning mkstemps does not exist, using tempnam
|
||||||
char *tempname(char *dir, char *pfx, char *suff) {
|
char *tempname(const char *dir, const char *pfx, char *suff) {
|
||||||
char *temp, *ret;
|
char *temp, *ret;
|
||||||
struct string name;
|
struct string name;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user