> config_file = g_strconcat(geany->app->configdir, > G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S, > "geanylipsum", G_DIR_SEPARATOR_S, "lipsum.conf", NULL); > > + #ifndef G_OS_WIN32 > + /* We try only to move if we are on not Windows platform */ > + config_dir_old = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S,
yep, would probably be neater --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/472/files/e565d8a37a039ad145bbafae6ad4b22916f95353#r73808367
