changeset 33445:15ff9417493e

(show_help_echo): Call message3_nolog with number of bytes in the help string as 2nd parameter, instead of the number of characters.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 13 Nov 2000 13:35:52 +0000
parents 492138789b20
children e82b52295dfb
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Mon Nov 13 12:25:59 2000 +0000
+++ b/src/keyboard.c	Mon Nov 13 13:35:52 2000 +0000
@@ -2001,7 +2001,7 @@
 	    {
 	      int count = specpdl_ptr - specpdl;
 	      specbind (Qmessage_truncate_lines, Qt);
-	      message3_nolog (help, XSTRING (help)->size,
+	      message3_nolog (help, STRING_BYTES (XSTRING (help)),
 			      STRING_MULTIBYTE (help));
 	      unbind_to (count, Qnil);
 	    }