summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkMisc.c
diff options
context:
space:
mode:
authorJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2010-04-03 06:43:51 +0000
committerJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2010-04-03 06:43:51 +0000
commitf5fc4d52079c0eb2a91e2cbc3c7c23f6554e43cb (patch)
treefeeec35aaf445ec41d4b1cb9e529a3193b2ad217 /otherlibs/labltk/support/cltkMisc.c
parentab550592efa74f1f67a705f84251cce7e32a64c6 (diff)
fix for tk86 and removal of tkanim
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10230 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/cltkMisc.c')
-rw-r--r--otherlibs/labltk/support/cltkMisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkMisc.c b/otherlibs/labltk/support/cltkMisc.c
index 23364ad11..b19713cda 100644
--- a/otherlibs/labltk/support/cltkMisc.c
+++ b/otherlibs/labltk/support/cltkMisc.c
@@ -47,7 +47,7 @@ CAMLprim value camltk_splitlist (value v)
case TCL_ERROR:
default:
stat_free( utf );
- tk_error(cltclinterp->result);
+ tk_error(Tcl_GetStringResult(cltclinterp));
}
}