remove uneeded patch.

This commit is contained in:
Vanilla I. Shu 2015-01-22 15:08:00 +00:00
parent 063bfb0ef2
commit 12d588ee15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377661

View file

@ -1,11 +0,0 @@
--- tests/TkReactor_Test.cpp.orig
+++ tests/TkReactor_Test.cpp
@@ -248,7 +248,7 @@
tk = Tk_MainWindow(tcl_interp);
if (tk == 0)
{
- ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", tcl_interp->result),1);
+ ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", Tcl_GetStringResult(tcl_interp)),1);
}
char tcl_cmd[] = "source TkReactor_Test.tcl";