Bug in KProcIO

Oswald Buddenhagen ossi at kde.org
Mon Jan 2 10:49:59 GMT 2006


On Sun, Jan 01, 2006 at 05:12:33PM +0100, Jimmy Gilles wrote:
> void KProcIO::sent(KProcess *)
> {
>   if (!outbuffer.isEmpty())     // <==== i have added this line
>     outbuffer.removeFirst();
> 
this doesn't really make sense. sent() is a slot that should be invoked
only as a result of a previous writeStdin(), which should have put
something into outbuffer.
please investigate further based on this information.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.




More information about the kde-core-devel mailing list