summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index bcc86cb697..56b08d4b37 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -985,8 +985,8 @@ void Configure::parseCmdLine()
++i;
if (i == argCount)
break;
- QFileInfo check(configCmdLine.at(i));
- if (!check.isDir()) {
+ QFileInfo checkDirectory(configCmdLine.at(i));
+ if (!checkDirectory.isDir()) {
cout << "Argument passed to -L option is not a directory path. Did you mean the -l option?" << endl;
dictionary[ "DONE" ] = "error";
break;