aboutsummaryrefslogtreecommitdiff
path: root/src/slb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/slb.c')
-rw-r--r--src/slb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/slb.c b/src/slb.c
index 4722390..32787c7 100644
--- a/src/slb.c
+++ b/src/slb.c
@@ -1,5 +1,5 @@
/* This file is part of SLB
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011, 2019 Sergey Poznyakoff
SLB is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -387,8 +387,8 @@ test_eval(int argc, char **argv)
printf(eval_output_format, result);
} while (slb_loop_serial++, slb_loop_ts += wakeup_interval,
next_loop = 0,
- (rc = grecs_symtab_enumerate(syminst, _next_val,
- &next_loop)) == 0 && next_loop);
+ (rc = grecs_symtab_foreach(syminst, _next_val,
+ &next_loop)) == 0 && next_loop);
return rc;
}

Return to:

Send suggestions and report system problems to the System administrator.