This commit is contained in:
ywang
2007-01-09 22:29:27 +00:00
parent 18a964cf70
commit 60db81c16b
4 changed files with 149 additions and 34 deletions

View File

@@ -2364,7 +2364,7 @@ Returns:
Argc--;
Argv++;
if (Argc < 1) {
if (Argc == 0) {
Usage ();
return STATUS_ERROR;
}