diff options
Diffstat (limited to 'astro/nightfall/files/patch-Light.c')
-rw-r--r-- | astro/nightfall/files/patch-Light.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/astro/nightfall/files/patch-Light.c b/astro/nightfall/files/patch-Light.c new file mode 100644 index 000000000..b2f9217be --- /dev/null +++ b/astro/nightfall/files/patch-Light.c @@ -0,0 +1,13 @@ +--- Light.c.orig Thu Oct 20 22:54:11 2005 ++++ Light.c Wed Dec 7 02:43:38 2005 +@@ -275,8 +275,10 @@ + + /* >>>>>>>>>>>>>>>> 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 (?) */ + |