summaryrefslogtreecommitdiff
path: root/src/popupmnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r--src/popupmnu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c
index fc5e1c32b..58e38176c 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -335,7 +335,7 @@ pum_redraw(void)
case 3: p = pum_array[idx].pum_extra; break;
}
if (p != NULL)
- for ( ; ; mb_ptr_adv(p))
+ for ( ; ; MB_PTR_ADV(p))
{
if (s == NULL)
s = p;
@@ -369,7 +369,7 @@ pum_redraw(void)
{
size -= has_mbyte
? (*mb_ptr2cells)(rt) : 1;
- mb_ptr_adv(rt);
+ MB_PTR_ADV(rt);
} while (size > pum_width);
if (size < pum_width)