aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 1923c86937a..e2b98a1dc19 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -730,7 +730,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
730 } 730 }
731 731
732 if (changed) /* don't bother if nothing substituted */ 732 if (changed) /* don't bother if nothing substituted */
733 tem = make_multibyte_string (buf, nchars, bufp - buf); 733 tem = make_string_from_bytes (buf, nchars, bufp - buf);
734 else 734 else
735 tem = string; 735 tem = string;
736 xfree (buf); 736 xfree (buf);