diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-26 20:11:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-26 20:11:11 +0000 |
commit | 38f113d11890be85560c0da3049842949de0d15f (patch) | |
tree | a36fa2e25eceb2c9e9013cae5b19cbf56e88732c /net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc | |
parent | 3592e7c9655cfec493d029c0dc062e2eb20069be (diff) |
Notes
Diffstat (limited to 'net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc')
-rw-r--r-- | net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc b/net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc index 98728fd5ec68..73373cc7a75f 100644 --- a/net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc +++ b/net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc @@ -1,5 +1,8 @@ ---- kkconsui-0.1/src/texteditor.cc.orig Wed Aug 9 12:23:58 2006 -+++ kkconsui-0.1/src/texteditor.cc Wed Aug 9 12:24:17 2006 + +$FreeBSD$ + +--- kkconsui-0.1/src/texteditor.cc.orig ++++ kkconsui-0.1/src/texteditor.cc @@ -106,7 +106,7 @@ fread(p, st.st_size, 1, f); p[st.st_size] = 0; @@ -65,3 +68,12 @@ } else { if(next) nextlen = strlen(next); else nextlen = 0; char *newline = new char[nextlen+strlen(p)+1]; +@@ -1940,7 +1940,7 @@ + } + + int texteditor::findint(void *p1, void *p2) { +- return *(int *) p1 != (int) p2; ++ return *(int *) p1 != (intptr_t) p2; + } + + int texteditor::findhighline(void *p1, void *p2) { |