aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 4b909a1b3dc..b0e2ca7a8b2 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -306,7 +306,7 @@ If the third argument is incorrect, Emacs may crash.")
306 /* Cached address of beginning of string, 306 /* Cached address of beginning of string,
307 valid if BYTESTR equals STRING_SAVED. */ 307 valid if BYTESTR equals STRING_SAVED. */
308 register unsigned char *strbeg; 308 register unsigned char *strbeg;
309 int bytestr_length = XSTRING (bytestr)->size; 309 int bytestr_length = XSTRING (bytestr)->size_byte;
310 310
311 CHECK_STRING (bytestr, 0); 311 CHECK_STRING (bytestr, 0);
312 if (!VECTORP (vector)) 312 if (!VECTORP (vector))