p[] instead of p^

This commit is contained in:
Araq
2011-04-11 23:28:53 +02:00
parent 3d696c3da5
commit 46c41e4369
32 changed files with 242 additions and 346 deletions

View File

@@ -14,7 +14,7 @@ bind .e <Return> {
}
"""
FindExecutable(getApplicationFilename())
FindExecutable(getAppFilename())
var interp = CreateInterp()
if interp == nil: quit("cannot create TCL interpreter")
if Init(interp) != TCL_OK: