diff options
Diffstat (limited to 'editors/gate/files/patch-subs.c')
-rw-r--r-- | editors/gate/files/patch-subs.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/editors/gate/files/patch-subs.c b/editors/gate/files/patch-subs.c index b5e61269fa9d..295bb224a02f 100644 --- a/editors/gate/files/patch-subs.c +++ b/editors/gate/files/patch-subs.c @@ -1,7 +1,14 @@ -diff --git subs.c subs.c -index 287d9d3..a6caea9 100644 ---- subs.c +--- 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 |