From bf719d3a1dacd20d1babcf7cbe5303b37e8e4125 Mon Sep 17 00:00:00 2001 From: Gregor Weiss Date: Fri, 12 Apr 2024 10:34:13 +0200 Subject: [PATCH] bug fix: assert on unassigned variable dim --- src/library/libbwc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/library/libbwc.c b/src/library/libbwc.c index 9970805..c0fcf84 100755 --- a/src/library/libbwc.c +++ b/src/library/libbwc.c @@ -1658,7 +1658,6 @@ bwc_add_param(bwc_data* data, char *name, uint8 precision) ! DEFINE ASSERTIONS: ! \*-----------------------*/ assert(data); - assert(dim <= DIM_ALL); /*--------------------------------------------------------*\ ! Save the global info structure to a temporary variable !