summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arbits/slbt_archive_mapfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arbits/slbt_archive_mapfile.c b/src/arbits/slbt_archive_mapfile.c
index 379e278..07d947d 100644
--- a/src/arbits/slbt_archive_mapfile.c
+++ b/src/arbits/slbt_archive_mapfile.c
@@ -63,7 +63,7 @@ static int slbt_ar_output_mapfile_impl(
return SLBT_NESTED_ERROR(dctx);
if ((regex = dctx->cctx->regex))
- if (regcomp(&regctx,regex,REG_NEWLINE))
+ if (regcomp(&regctx,regex,REG_EXTENDED|REG_NEWLINE))
return SLBT_CUSTOM_ERROR(
dctx,
SLBT_ERR_FLOW_ERROR);