changeset 20592:1ffd16d0b17c

(Fbyte_code): Use size_byte.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Jan 1998 17:30:19 +0000
parents 0b00b6a96288
children d1699afbc43e
files src/bytecode.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/bytecode.c	Mon Jan 05 17:29:16 1998 +0000
+++ b/src/bytecode.c	Mon Jan 05 17:30:19 1998 +0000
@@ -306,7 +306,7 @@
   /* 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))