[Geany] Bug: app->configdir invalid if directory doesn't exist
grischka
27 Dec
2008
27 Dec
'08
7:26 p.m.
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));