From 15a434e42beb0504fd43c392abf7b3dc509d27c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Sundstr=C3=B6m?= <oyasumi@gmail.com> Date: Mon, 25 Aug 2003 12:35:27 +0200 Subject: [PATCH] More SAN. :) Rev: tools/release_checks.pike:1.2 --- tools/release_checks.pike | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release_checks.pike b/tools/release_checks.pike index bd814251ed..30150215ed 100644 --- a/tools/release_checks.pike +++ b/tools/release_checks.pike @@ -9,7 +9,7 @@ int test_constants() { allocated); if(consts>allocated) { write("bultin_constants mapping in constants.c needs to be at least %d\n" - "entries big.\n", allocated); + "entries big.\n", consts); return 0; } if(allocated-consts>10) -- GitLab