From 8e6c876e5582928ab6909cf0f3529a97f622520d Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 27 Aug 2018 14:38:26 +0530 Subject: ignore first and last variable by index, not value --- js/Misc/CBLOCK4.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/Misc/CBLOCK4.js') diff --git a/js/Misc/CBLOCK4.js b/js/Misc/CBLOCK4.js index 19dc8fa3..0809b51a 100644 --- a/js/Misc/CBLOCK4.js +++ b/js/Misc/CBLOCK4.js @@ -66,11 +66,10 @@ function CBLOCK4() { this.auto0 = arguments[0]["auto0"]; this.depu = parseBoolean(arguments[0]["depu"]); this.dept = parseBoolean(arguments[0]["dept"]); - this.lab = arguments[0]["lab"]; if (!ok) { break; } - label[1-1] = this.lab; + label[1-1] = lab; var funam = stripblanks(this.function_name); this.xx = this.xx.slice(); this.z = this.z.slice(); -- cgit