diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index dfe80b3c4bf..42db5e02cb3 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2047,7 +2047,7 @@ Use %% to put a single % into the output.") | |||
| 2047 | because it is the format string. */ | 2047 | because it is the format string. */ |
| 2048 | strings[i++] = XSTRING (args[n])->data; | 2048 | strings[i++] = XSTRING (args[n])->data; |
| 2049 | else | 2049 | else |
| 2050 | strings[i++] = (unsigned char *) XFASTINT (args[n]); | 2050 | strings[i++] = (unsigned char *) XSTRING (args[n]); |
| 2051 | } | 2051 | } |
| 2052 | 2052 | ||
| 2053 | /* Make room in result for all the non-%-codes in the control string. */ | 2053 | /* Make room in result for all the non-%-codes in the control string. */ |