From 402e4849cdaa83d0165cdcb1b5957ac1bac578cd Mon Sep 17 00:00:00 2001 From: mhtvsSFrpHdE <2bemperor47@gmail.com> Date: Mon, 19 Dec 2022 22:43:05 +0800 Subject: [PATCH] Fix ACL cache failed to parse command line arguments --- qpp/prefetch/Source/Core/scan_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;