all: misc updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-13 16:42:14 +02:00
parent 07aa65b55e
commit 1ff0d137ab
16 changed files with 91 additions and 33 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ bool file_exists(const char *name) {
return true;
/* return true if we can lstat it */
#if (HAVE_LSTAT)
#if HAVE_LSTAT
// mem_clear(&st);
r = lstat(name, &st);
if (r != -1)