diff options
Diffstat (limited to 'sys/netatm/uni/unisig_encode.c')
-rw-r--r-- | sys/netatm/uni/unisig_encode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c index c514b4c..52f55cc 100644 --- a/sys/netatm/uni/unisig_encode.c +++ b/sys/netatm/uni/unisig_encode.c @@ -1538,7 +1538,7 @@ usf_enc_ie_ident(usf, ie, tbl) /* * Check whether to send the field */ - cp = (char *) ((int)ie + tbl[i].f_offs); + cp = (char *) ((intptr_t)ie + tbl[i].f_offs); if (tbl[i].len == 0) { if ((*cp == T_NO || *cp == T_ATM_ABSENT)) continue; |