aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sid/decodersidfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-11 10:44:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-11 10:44:54 +0000
commit50f2091acf6b274bc17e33c7398ea5e4ad4b5eeb (patch)
tree536f5fc7fb320aeb73e1d937653add79c63a3517 /src/plugins/Input/sid/decodersidfactory.cpp
parenta2defa39591d8bf71468574e7d5802b7a32bf7ed (diff)
downloadqmmp-50f2091acf6b274bc17e33c7398ea5e4ad4b5eeb.tar.gz
qmmp-50f2091acf6b274bc17e33c7398ea5e4ad4b5eeb.tar.bz2
qmmp-50f2091acf6b274bc17e33c7398ea5e4ad4b5eeb.zip
changed Qmmp::configDir() output: do not add slash at the end of path
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8019 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sid/decodersidfactory.cpp')
-rw-r--r--src/plugins/Input/sid/decodersidfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/sid/decodersidfactory.cpp b/src/plugins/Input/sid/decodersidfactory.cpp
index 8a135429b..2cf410b37 100644
--- a/src/plugins/Input/sid/decodersidfactory.cpp
+++ b/src/plugins/Input/sid/decodersidfactory.cpp
@@ -38,7 +38,7 @@ DecoderSIDFactory::DecoderSIDFactory()
settings.beginGroup("SID");
if(settings.value("use_hvsc", false).toBool())
{
- QString default_path = Qmmp::configDir() + "Songlengths.txt";
+ QString default_path = Qmmp::configDir() + "/Songlengths.txt";
if(!m_db.open(qPrintable(settings.value("hvsc_path", default_path).toString())))
qWarning("DecoderSIDFactory: %s", m_db.error());
}