Skip to content

Commit

Permalink
Fix ACL cache failed to parse command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhtvsSFrpHdE committed Dec 19, 2022
1 parent 697c0ec commit 402e484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpp/prefetch/Source/Core/scan_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Setting::GetGenericResult<QString> init_getCacheFilePath(int argc, QStringList a

Setting::GetGenericResult<QString> getCacheFilePath;

if (argc <= Arg::IniArgc)
if (argc < Arg::IniArgc)
{
getCacheFilePath.success = false;
return getCacheFilePath;
Expand Down

0 comments on commit 402e484

Please sign in to comment.