diff options
Diffstat (limited to 'cad/xcircuit/files/patch-tclxcircuit.c')
-rw-r--r-- | cad/xcircuit/files/patch-tclxcircuit.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/xcircuit/files/patch-tclxcircuit.c b/cad/xcircuit/files/patch-tclxcircuit.c deleted file mode 100644 index 161c3d101dca..000000000000 --- a/cad/xcircuit/files/patch-tclxcircuit.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tclxcircuit.c.orig 2017-04-25 12:36:04 UTC -+++ tclxcircuit.c -@@ -8947,7 +8947,7 @@ int defaultscript() - sprintf(_STR2, "%s/tcl/%s", SCRIPTS_DIR, STARTUP_FILE); - if ((fd = fopen(_STR2, "r")) == NULL) { - Wprintf("Failed to open startup script \"%s\"\n", STARTUP_FILE); -- return; -+ return TCL_ERROR; - } - } - } |