mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
7ea9db4bfd
Bump to more recent(?) release from the website; German-only https://www.la-samhna.de/nightfall/index.html
14 lines
384 B
C
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 (?) */
|
|
|