(Fbyte_code): Use size_byte.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 Jan 1998 17:30:19 +0000 (17:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 Jan 1998 17:30:19 +0000 (17:30 +0000)
src/bytecode.c

index 4b909a1..b0e2ca7 100644 (file)
@@ -306,7 +306,7 @@ If the third argument is incorrect, Emacs may crash.")
   /* Cached address of beginning of string,
      valid if BYTESTR equals STRING_SAVED.  */
   register unsigned char *strbeg;
-  int bytestr_length = XSTRING (bytestr)->size;
+  int bytestr_length = XSTRING (bytestr)->size_byte;
 
   CHECK_STRING (bytestr, 0);
   if (!VECTORP (vector))