Merge branch 'develop' into test-noExplicitConstructor

This commit is contained in:
gtsoul-tech
2024-05-10 12:46:44 +03:00
32 changed files with 101 additions and 101 deletions

View File

@@ -150,7 +150,7 @@ int main(int argc, char *argv[]) {
}
char *pattern = argv[1];
char *inputFN = argv[2];
const char *inputFN = argv[2];
/* First, we attempt to compile the pattern provided on the command line.
* We assume 'DOTALL' semantics, meaning that the '.' meta-character will