aboutsummaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-03-19 15:46:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-03-19 15:46:16 +0000
commit7a060ad46daa6d37ec5ec37b42cf59a6146c5203 (patch)
tree96a1a1f95d6ebb8d9647a1728738ec9ca9c7f853 /src/regex.c
parent33f1507e6b0b3ca700f268fa610ee75e059524aa (diff)
fixed warnings
svn path=/trunk/externals/zexy/; revision=10873
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 264bfeb..8e3e8af 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -195,7 +195,6 @@ static void regex_symbol(t_regex *x, t_symbol *s, int argc, t_atom*argv)
int num_matches=x->x_matchnum;
regmatch_t*match=(regmatch_t*)getbytes(sizeof(regmatch_t)*num_matches);
t_atom*ap=(t_atom*)getbytes(sizeof(t_atom)*(3*num_matches));
- int ap_length=0;
int err=0;