From 57b172072a3792cde09a5d784f20ca61cbc0868e Mon Sep 17 00:00:00 2001 From: Arkshine Date: Wed, 13 Aug 2014 17:30:40 +0200 Subject: [PATCH] Compiler: Fix bogus assert about name lengths. Imported from SM: https://bugs.alliedmods.net/show_bug.cgi?id=4486. --- compiler/libpc300/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/libpc300/sc1.c b/compiler/libpc300/sc1.c index 9fcbe85d..7a097918 100755 --- a/compiler/libpc300/sc1.c +++ b/compiler/libpc300/sc1.c @@ -4412,7 +4412,7 @@ static constvalue *insert_constval(constvalue *prev,constvalue *next,const char error(103); /* insufficient memory (fatal error) */ memset(cur,0,sizeof(constvalue)); if (name!=NULL) { - assert(strlen(name)name,name); } /* if */ cur->value=val;