From 318ac84440754b467cdfb363a47e3fafce1b0fec Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 4 Nov 2005 04:07:24 +0000 Subject: r11500: fixed a bug in the variable substition code using the new limit argument to split() (This used to be commit 25131efea8c1a2b0bfa7f999766ebcbab8fa8006) --- source4/scripting/libjs/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/libjs') diff --git a/source4/scripting/libjs/base.js b/source4/scripting/libjs/base.js index 8a07f4e383..fbceabf993 100644 --- a/source4/scripting/libjs/base.js +++ b/source4/scripting/libjs/base.js @@ -71,7 +71,7 @@ function substitute_var(str, subobj) var list = split("${", str); var i; for (i=1;i