aboutsummaryrefslogtreecommitdiffstats
path: root/enc/trans
diff options
context:
space:
mode:
Diffstat (limited to 'enc/trans')
-rw-r--r--enc/trans/utf8_mac.trans2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/utf8_mac.trans b/enc/trans/utf8_mac.trans
index 0d69dba46a..8ea0afd73f 100644
--- a/enc/trans/utf8_mac.trans
+++ b/enc/trans/utf8_mac.trans
@@ -52,7 +52,7 @@ struct from_utf8_mac_status {
int end;
int len;
};
-#define buf_length(sp) (sp->len)
+#define buf_length(sp) ((sp)->len)
int
buf_bytesize(struct from_utf8_mac_status *sp)