From e435796df5cac8eb89c72a43391b77f5a85ea651 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 16 Jul 2002 11:54:09 +0000 Subject: upgrade to 4.7.7 --- net/centericq/files/patch-conscommon.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/centericq/files/patch-conscommon.cc (limited to 'net/centericq/files/patch-conscommon.cc') diff --git a/net/centericq/files/patch-conscommon.cc b/net/centericq/files/patch-conscommon.cc new file mode 100644 index 000000000000..ca2d8b24232d --- /dev/null +++ b/net/centericq/files/patch-conscommon.cc @@ -0,0 +1,20 @@ +--- kkconsui-0.1/src/conscommon.cc.orig Tue Jul 16 19:18:01 2002 ++++ kkconsui-0.1/src/conscommon.cc Tue Jul 16 19:20:11 2002 +@@ -28,6 +28,8 @@ + #include + #endif + ++#include ++ + bool kintf_graph = true, kintf_refresh = true; + + void (*kt_resize_event)(void); +@@ -255,7 +257,7 @@ + #include + } + +-string makebidi(const string &buf, int lpad = 0) { ++string makebidi(const string &buf, int lpad) { + FriBidiChar *us, *out_us; + char *outstring, *cbuf; + int size; -- cgit v1.2.3