From 46c41e43690cba9bc1caff6a994bb6915df8a1b7 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 11 Apr 2011 23:28:53 +0200 Subject: p[] instead of p^ --- examples/tclex.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tclex.nim') diff --git a/examples/tclex.nim b/examples/tclex.nim index 8abdb7d9c..83e4bed00 100755 --- a/examples/tclex.nim +++ b/examples/tclex.nim @@ -14,7 +14,7 @@ bind .e { } """ -FindExecutable(getApplicationFilename()) +FindExecutable(getAppFilename()) var interp = CreateInterp() if interp == nil: quit("cannot create TCL interpreter") if Init(interp) != TCL_OK: -- cgit 1.4.1-2-gfad0