From 74b9811b49e5240e36a037b0cd809fd645df1a28 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 19 Apr 2020 12:14:19 +0000 Subject: [PATCH] Update main.cpp --- physmeme/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physmeme/main.cpp b/physmeme/main.cpp index fa1dde4..9cf0125 100644 --- a/physmeme/main.cpp +++ b/physmeme/main.cpp @@ -11,7 +11,7 @@ */ int __cdecl main(int argc, char** argv) { - if (argc < 1) + if (argc < 2) { std::cout << "[-] invalid use, please provide a path to a driver" << std::endl; return -1;