Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Fix command line option typo
Browse files Browse the repository at this point in the history
Issue #11219: #11219
  • Loading branch information
vitallium authored and ariya committed Apr 13, 2013
1 parent 36ab719 commit 78242e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cpp
Expand Up @@ -662,7 +662,7 @@ void Config::handleOption(const QString &option, const QVariant &value)
setLocalToRemoteUrlAccessEnabled(boolValue);
}

if (option == "max-disk-cache") {
if (option == "max-disk-cache-size") {
setMaxDiskCacheSize(value.toInt());
}

Expand Down

0 comments on commit 78242e5

Please sign in to comment.