aboutsummaryrefslogtreecommitdiff
path: root/gacopyz/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'gacopyz/context.c')
-rw-r--r--gacopyz/context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gacopyz/context.c b/gacopyz/context.c
index 41d64c44..12094fdf 100644
--- a/gacopyz/context.c
+++ b/gacopyz/context.c
@@ -1,5 +1,5 @@
/* This file is part of gacopyz.
- Copyright (C) 2006, 2007 Sergey Poznyakoff
+ Copyright (C) 2006, 2007, 2009 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@ gacopyz_getsymval(SMFICTX *ctx, const char *name)
if (name[len-1] == '}')
len--;
- for (i = maci_max - 1; i >= 0; i--) {
+ for (i = gacopyz_stage_max - 1; i >= 0; i--) {
if (ctx->macros[i].argv) {
char **p;

Return to:

Send suggestions and report system problems to the System administrator.