app->configdir is set to NULL if the directory doesn't exist since this is the way that realpath() works. in main.c:3423 setptr(app->configdir, tm_get_real_path(app->configdir));
On Sat, 27 Dec 2008 19:26:58 +0100 grischka grishka@gmx.de wrote:
app->configdir is set to NULL if the directory doesn't exist since this is the way that realpath() works. in main.c:3423 setptr(app->configdir, tm_get_real_path(app->configdir));
Thanks for reporting. Fixed in SVN.
Regards, Nick
On Sat, 27 Dec 2008 19:26:58 +0100, grischka grishka@gmx.de wrote:
Hi,
please subscribe to this mailing list before posting. You can do so on http://lists.uvena.de/cgi-bin/mailman/listinfo/geany, unless you won't receive any replies like this one:
http://lists.uvena.de/pipermail/geany/2008-December/003889.html
app->configdir is set to NULL if the directory doesn't exist since this is the way that realpath() works. in main.c:3423 setptr(app->configdir, tm_get_real_path(app->configdir));
Regards, Enrico