mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
remove uneeded patch.
This commit is contained in:
parent
063bfb0ef2
commit
12d588ee15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377661
1 changed files with 0 additions and 11 deletions
|
@ -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";
|
Loading…
Add table
Reference in a new issue