From eaf5dce45eaeadcb65fb79d4f53294350d5c2426 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sun, 17 Feb 2002 21:39:10 +0000 Subject: Fix build on -CURRENT PR: 34802 Submitted by: maintainer --- editors/joe2/files/patch-ai | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/joe2/files/patch-ai (limited to 'editors/joe2/files/patch-ai') diff --git a/editors/joe2/files/patch-ai b/editors/joe2/files/patch-ai new file mode 100644 index 000000000000..ce0c0efb52cf --- /dev/null +++ b/editors/joe2/files/patch-ai @@ -0,0 +1,11 @@ +--- bw.c.orig Sun Feb 10 14:27:49 2002 ++++ bw.c Sun Feb 10 14:28:18 2002 +@@ -734,7 +734,7 @@ + if(window==window->main) + { + rmkbd(window->kbd); +- window->kbd=mkkbd(getcontext(w->o.context)); ++ window->kbd=mkkbd(joegetcontext(w->o.context)); + } + w->top->xcol=0; w->cursor->xcol=0; + return w; -- cgit v1.2.3