From kde-core-devel Thu Sep 13 12:58:49 2007 From: Zack Rusin Date: Thu, 13 Sep 2007 12:58:49 +0000 To: kde-core-devel Subject: Re: Small Bug in Sonnet::Filter Message-Id: <200709130900.43361.zack () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=118968832913929 On Tuesday 11 September 2007 04:05:55 pm Fredy Yanardi wrote: > Hi all, > > I just found a problem in Sonnet::Filter that is causing words not fetched > correctly in Sonnet's Backgroundchecker. The problem is when iterating a > word in nextWord() method, if current iterator position exceeds word > length, an end of word is returned. But I think the method should be > returning current word. By changing a line in this method, this problem > seems to be solved. Here I also attach a diff to make it clear what's > changed. Great catch :) > Any problem with this? No, please commit z