search for: inisaveoptions

Displaying 1 result from an estimated 1 matches for "inisaveoptions".

2007 Apr 11
2
Patch for ini plugin
...improvements to the option reading code (espacally the action part). So I went on and here we are. This patch should make ini more robust, clean it up and fix also some more crashes I had here. Additionaly, I have a attached a second patch from Maniac which should fix a couple of memory leaks in iniSaveOptions. Regards, Patrick "Marex" Niklaus -------------- next part -------------- diff --git a/plugins/ini.c b/plugins/ini.c index 52e224c..1968105 100644 --- a/plugins/ini.c +++ b/plugins/ini.c @@ -26,6 +26,7 @@ * David Reveman <davidr@novell.com> */ +#define _...