Re: [PATCH] Fix unset PATH crash

2015-03-06 Thread Colin Campbell
?id=4315: Patch: PATCH: Fix unset PATH crash and created Reitveld Issue 211320043: PATCH: Fix unset PATH crash (tracker #4315) Cheers, Colin -- I've learned that you shouldn't go through life with a catcher's mitt on both hands. You need to be able to throw something back. -Maya Angelou, poet

Re: [PATCH] Fix unset PATH crash

2015-03-03 Thread Phil Holmes
Colin Campbell c...@shaw.ca wrote in message news:54f4b890.9030...@shaw.ca... On 2015-03-01 02:07 AM, Masamichi HOSODA wrote: On Windows, lilypond crashes when the environment variable PATH is not set. ``` C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\binset PATH=

Re: [PATCH] Fix unset PATH crash

2015-03-03 Thread Masamichi HOSODA
On 2015-03-01 02:07 AM, Masamichi HOSODA wrote: On Windows, lilypond crashes when the environment variable PATH is not set. ``` C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\binset PATH= C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\binlilypond GNU LilyPond 2.19.16 terminate called after

[PATCH] Fix unset PATH crash

2015-03-01 Thread Masamichi HOSODA
. A patch file is attached. From 68e233c11b3eeaad0ee442a4b3a47e206ebc70e0 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda truer...@trueroad.jp Date: Sun, 1 Mar 2015 17:44:54 +0900 Subject: [PATCH] Fix unset PATH crash When the environment variable PATH is not set, getenv (PATH) returns NULL