diff options
Diffstat (limited to 'editors/gate/files/patch-subs.c')
-rw-r--r-- | editors/gate/files/patch-subs.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/gate/files/patch-subs.c b/editors/gate/files/patch-subs.c deleted file mode 100644 index 295bb224a02f..000000000000 --- a/editors/gate/files/patch-subs.c +++ /dev/null @@ -1,20 +0,0 @@ ---- subs.c.orig 2005-01-24 06:16:01 UTC -+++ subs.c -@@ -74,7 +74,7 @@ int ask_spell_subs(char **replace, int * - subtask= 1; - sprintf(st,"Replacement for \"%.*s\" (? for help): ", - strlen(match+1)-1, match+1); -- if (getline(*replace= bf,NULL,wcol,st)) -+ if (get_line(*replace= bf,NULL,wcol,st)) - { - printf("\nSpell Check Interupted.\n"); - do_subs= 'q'; -@@ -429,7 +429,7 @@ int cliplast(char *lastbuf, int bufsize) - #endif - - /* Make a copy of the file */ -- if ((cfp= make_copy()) == NULL) return; -+ if ((cfp= make_copy()) == NULL) return 0; - fflush(cfp); - fseek(cfp,0L,0); - |