From: Dirk M. <dm...@gm...> - 2007-03-29 21:19:35
|
On Wednesday, 21. March 2007, Julian Seward wrote: > Dirk, thanks for the confirmation. Yes, the getenv wrapper is already > reverted. Ah, sorry, didn't see it. I've tried to implement a putenv function wrapper in order to be able to pinpoint the place where undefined values are put into the environment (setenv is also to be fixed similarly) instead of having to trace miracle errors during getenv time. the patch is below, and its not working. probably I'm doing something stupid, but I can't find an example for a wrapper function anywhere. Any insights much appreciated. Thanks, Dirk |