chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add SHELL=bash debian/rules for benefit of systems with rubbish default
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index e9fce7359a48da7aa409a7e4169e32a2f879f78c..875b9d627851d3573d05868bc8864ebfe243ed06 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-70,7
+70,8
@@
struct collectionlist {
struct namepart {
char *part; /* part */
- pcre *re; /* regexp */
+ pcre *re; /* compiled regexp */
+ char *res; /* regexp as a string */
char *replace; /* replacement string */
char *context; /* context glob */
unsigned reflags; /* regexp flags */