1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/astro/nightfall/files/patch-Light.c
Adriaan de Groot 7ea9db4bfd astro/nightfall: update to latest upsteam and remove BROKEN
Bump to more recent(?) release from the website; German-only
	https://www.la-samhna.de/nightfall/index.html
2021-04-26 20:23:34 +02:00

14 lines
384 B
C

--- Light.c.orig 2016-08-26 08:14:53 UTC
+++ Light.c
@@ -254,8 +254,10 @@ int main(int argc, char *argv[])
/* >>>>>>>>>>>>>>>> ALLOCATE MEMORY <<<<<<<<<<<<<<<<<<<<< */
+#if 0
program_invocation_name = malloc (1 + strlen(argv[0]));
strcpy(program_invocation_name, argv[0]);
+#endif
/* should be freed by OS on program exit (?) */