diff options
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index c7de94e2f..c1a5564b6 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -6897,7 +6897,7 @@ string_convert_ext( return retval; } } - tmp = (short_u *)alloc(sizeof(short_u) * tmp_len); + tmp = ALLOC_MULT(short_u, tmp_len); if (tmp == NULL) break; if (vcp->vc_cpfrom == 0) |