]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
Fix the ctype replacements to work with macro arguments that have side-effect, with...
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index 15ccd25e90ef56620f31170d0e3f5e62b87e1444..3cdc1dbed6e875b8af1e715a652994ba6805e4c6 100644 (file)
--- a/util.c
+++ b/util.c
@@ -440,7 +440,7 @@ static GMQCC_INLINE void mt_generate(void) {
      * = 2*2*3*3*11])
      */
     i = MT_SPACE;
-    while (i < MT_SIZE - 1) {
+    while (i < MT_SIZE-2) {
         /*
          * We expand this 11 times .. manually, no macros are required
          * here. This all fits in the CPU cache.