summaryrefslogtreecommitdiff
path: root/src/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h
index 41f6662ddeb..4cbd2e2edf9 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -330,7 +330,7 @@ if (1) \
else \
{ \
gl_state.b_property = 0; \
- gl_state.e_property = 1 + XSTRING (gl_state.object)->size; \
+ gl_state.e_property = 1 + SCHARS (gl_state.object); \
gl_state.offset = 0; \
} \
gl_state.use_global = 0; \