diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1076,7 +1076,7 @@ an error is signaled. */) | |||
| 1076 | EMACS_INT converted = str_to_unibyte (SDATA (string), str, chars, 0); | 1076 | EMACS_INT converted = str_to_unibyte (SDATA (string), str, chars, 0); |
| 1077 | 1077 | ||
| 1078 | if (converted < chars) | 1078 | if (converted < chars) |
| 1079 | error ("Can't convert the %dth character to unibyte", converted); | 1079 | error ("Can't convert the %"pEd"th character to unibyte", converted); |
| 1080 | string = make_unibyte_string ((char *) str, chars); | 1080 | string = make_unibyte_string ((char *) str, chars); |
| 1081 | xfree (str); | 1081 | xfree (str); |
| 1082 | } | 1082 | } |