ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #00569
Re: [Merge] lp:~qense/notify-osd/fix-465801 into lp:notify-osd
This should use g_build_path instead of the g_strdup_printf. It should look like:
g_build_path(dirname, "notify-osd.log", NULL);
That way it handles all the fishyness that could be in the path. Technically it's also cross-platform safe, but I doubt anyone will port Notify OSD to windows ;)
--
https://code.edge.launchpad.net/~qense/notify-osd/fix-465801/+merge/14265
Your team ayatana-commits is subscribed to branch lp:notify-osd.