Mercurial > audlegacy-plugins
changeset 2248:ff0a27216c6a
g_get_home_dir() doesn't give us a trailing slash
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 17 Dec 2007 15:53:26 -0600 |
parents | 822c887712dc |
children | a95b6a94682d |
files | src/projectm-1.0/main.cxx |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/projectm-1.0/main.cxx Mon Dec 17 15:52:09 2007 -0600 +++ b/src/projectm-1.0/main.cxx Mon Dec 17 15:53:26 2007 -0600 @@ -277,7 +277,7 @@ static int frame = 1; std::string dumpPath(g_get_home_dir()); - dumpPath.append(".projectM/"); + dumpPath.append("/.projectM/"); gchar *frame_ = g_strdup_printf("%.8d.bmp", frame); dumpPath.append(frame_);