diff --git a/qpp/prefetch/Source/Core/scan_cache.cpp b/qpp/prefetch/Source/Core/scan_cache.cpp index 74b9eef..d38eccf 100644 --- a/qpp/prefetch/Source/Core/scan_cache.cpp +++ b/qpp/prefetch/Source/Core/scan_cache.cpp @@ -23,7 +23,7 @@ Setting::GetGenericResult init_getCacheFilePath(int argc, QStringList a Setting::GetGenericResult getCacheFilePath; - if (argc <= Arg::IniArgc) + if (argc < Arg::IniArgc) { getCacheFilePath.success = false; return getCacheFilePath;