~rabbits/uxn

5cacb3f241468907e31245da7d14aa156d68ff25 — Andrew Alderwick 2 months ago 50e08f1
Fix macOS build.
1 files changed, 3 insertions(+), 1 deletions(-)

M src/devices/file.c
M src/devices/file.c => src/devices/file.c +3 -1
@@ 132,7 132,9 @@ retry_realpath(const char *file_name)
		else
			return NULL;
	}
	return strdup(r);
	x = malloc(strlen(r) + 1);
	strcpy(x, r);
	return x;
}

static void