From 23fc50c61b99735263eb682eb992c174eceea632 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 10 May 2014 16:22:57 +0200 Subject: Upgraded to new mutan --- utils/compile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/compile.go b/utils/compile.go index 6d75f73d1..967bd099b 100644 --- a/utils/compile.go +++ b/utils/compile.go @@ -24,7 +24,7 @@ func Compile(script string) ([]byte, error) { func CompileScript(script string) ([]byte, []byte, error) { // Preprocess - mainInput, initInput := mutan.PreProcess(script) + mainInput, initInput := mutan.PreParse(script) // Compile main script mainScript, err := Compile(mainInput) if err != nil { -- cgit v1.2.3