Skip to content

Commit

Permalink
fix issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
msheby committed Dec 20, 2023
1 parent 6dfcb27 commit cbf8554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asdcp-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class CommandOptions
return;
}

if ( file_count >= MAX_IN_FILES )
if ( file_count > MAX_IN_FILES )
{
fprintf(stderr, "Filename lists exceeds maximum list size: %u\n", MAX_IN_FILES);
return;
Expand Down

0 comments on commit cbf8554

Please sign in to comment.