Skip to content
Snippets Groups Projects
Commit 9b74dd13 authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

Fixed commit 20383. Some arguments that were removed from the _Cregexp_c...

Fixed commit 20383. Some arguments that were removed from the _Cregexp_c function were still given, leading to a core dump
parent 2e6a1930
Branches
Tags
No related merge requests found
......@@ -889,8 +889,6 @@ char *_Cregexp_atom(flagp,
}
for (; class <= classend; class++) {
_Cregexp_c((char) class,
_Cregexp_parse,
_Cregexp_npar,
_Cregexp_dummy,
_Cregexp_code,
_Cregexp_size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment