mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #847 Fixed apparent copy/paste mistake.
This commit is contained in:
@@ -399,7 +399,7 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
if (! QDir(dir).isReadable())
|
if (! QDir(dir).isReadable())
|
||||||
{
|
{
|
||||||
return CStatusMessage(this).error("Failed to create directory %1") << dir;
|
return CStatusMessage(this).error("Failed to read from directory %1") << dir;
|
||||||
}
|
}
|
||||||
|
|
||||||
QMap<QString, QStringList> keysInFiles;
|
QMap<QString, QStringList> keysInFiles;
|
||||||
|
|||||||
Reference in New Issue
Block a user