aboutsummaryrefslogtreecommitdiffstats
path: root/cint_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'cint_array.c')
-rw-r--r--cint_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cint_array.c b/cint_array.c
index 400e91d2..8ec09239 100644
--- a/cint_array.c
+++ b/cint_array.c
@@ -632,7 +632,7 @@ cint_option(NODE *opt, NODE *val)
tmp = force_string(opt);
(void) force_number(val);
- if (STREQ(tmp->stptr, "NHAT"))
+ if (strcmp(tmp->stptr, "NHAT") == 0)
NHAT = (int) val->numbr;
else
ret = NULL;