diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -918,6 +918,8 @@ string_make_multibyte (string) | |||
| 918 | { | 918 | { |
| 919 | unsigned char *buf; | 919 | unsigned char *buf; |
| 920 | int nbytes; | 920 | int nbytes; |
| 921 | Lisp_Object ret; | ||
| 922 | USE_SAFE_ALLOCA; | ||
| 921 | 923 | ||
| 922 | if (STRING_MULTIBYTE (string)) | 924 | if (STRING_MULTIBYTE (string)) |
| 923 | return string; | 925 | return string; |