summaryrefslogtreecommitdiff
path: root/math/plplot/files/patch-bindings__tk__tkshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/plplot/files/patch-bindings__tk__tkshell.c')
-rw-r--r--math/plplot/files/patch-bindings__tk__tkshell.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/plplot/files/patch-bindings__tk__tkshell.c b/math/plplot/files/patch-bindings__tk__tkshell.c
deleted file mode 100644
index 94bf522f214a..000000000000
--- a/math/plplot/files/patch-bindings__tk__tkshell.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- bindings/tk/tkshell.c.orig
-+++ bindings/tk/tkshell.c
-@@ -115,7 +115,7 @@
- if ( Tcl_ExprBoolean( interp, argv[1], &result ) )
- {
- fprintf( stderr, "wait_until command \"%s\" failed:\n\t %s\n",
-- argv[1], interp->result );
-+ argv[1], Tcl_GetStringResult(interp) );
- break;
- }
- if ( result )