about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-24 21:41:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-24 21:41:26 -0700
commit1fad5eefd951ccc65c55a2fa5040932441bd965a (patch)
treefb5b5c26704f9e0dd435413d7c526773c1f5158f /999spaces.cc
parent7e423e268bd0a07f43f5114eb015548d04331eb2 (diff)
downloadmu-1fad5eefd951ccc65c55a2fa5040932441bd965a.tar.gz
1842 - get layers building again after 2 weeks
Also, turns out I haven't been building 999spaces.cc in my default
build. Now fixed.
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/999spaces.cc b/999spaces.cc
index f3e3771e..c57bc52e 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -20,7 +20,7 @@ assert(Reserved_for_tests == 1000);
 //: 1-199 - primitives
 assert(MAX_PRIMITIVE_RECIPES < 200);
 //: 200-999 - defined in .mu files as sequences of primitives
-assert(Next_recipe_ordinal < 1000);
+assert(Next_recipe_ordinal == 1000);
 //: 1000 onwards - reserved for tests, cleared between tests
 
 //:: Depths for tracing