diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -858,6 +858,7 @@ If STRING is unibyte, the result is STRING itself.") | |||
| 858 | { | 858 | { |
| 859 | string = Fcopy_sequence (string); | 859 | string = Fcopy_sequence (string); |
| 860 | XSTRING (string)->size = STRING_BYTES (XSTRING (string)); | 860 | XSTRING (string)->size = STRING_BYTES (XSTRING (string)); |
| 861 | SET_STRING_BYTES (XSTRING (string), -1); | ||
| 861 | } | 862 | } |
| 862 | return string; | 863 | return string; |
| 863 | } | 864 | } |