Skip to content
Snippets Groups Projects
Commit 1658aa08 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix counting twice the substitution length (caused berval to have wrong...

fix counting twice the substitution length (caused berval to have wrong length, rejected by subsequent dnNormalize)
parent 704ed641
No related branches found
No related tags found
No related merge requests found
......@@ -1791,7 +1791,6 @@ string_expand(
l = matches[n].rm_eo;
for ( ; size < bv->bv_len && i < l; size++, i++ ) {
*dp++ = match[i];
size++;
}
*dp = '\0';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment