From 78b05c3494c08cf23714c1f86272a5d48b58bd47 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Jul 2005 14:54:14 +0000 Subject: fix kismet client (uclibc++ bug) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1300 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/kismet/patches/110-uclibc++_fixes.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'openwrt/package/kismet/patches/110-uclibc++_fixes.patch') diff --git a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch index 66fc77e077..d27bca07b3 100644 --- a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch +++ b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch @@ -39,3 +39,15 @@ diff -urN kismet-2005-04-R1.old/tcpserver.cc kismet-2005-04-R1.dev/tcpserver.cc } } +diff -urN kismet-2005-04-R1.old/tcpclient.cc kismet-2005-04-R1.dev/tcpclient.cc +--- kismet-2005-04-R1.old/tcpclient.cc 2005-04-03 07:33:42.000000000 +0200 ++++ kismet-2005-04-R1.dev/tcpclient.cc 2005-07-01 16:42:33.000000000 +0200 +@@ -214,7 +214,7 @@ + return(-1); + } + } else { +- writebuf.erase(0, res); ++ writebuf = ""; + } + } + -- cgit v1.2.3