https://bugs.kde.org/show_bug.cgi?id=218253





--- Comment #2 from Arkadiusz Miskiewicz <arekm maven pl>  2009-12-11 23:43:58 
---
  first = qMax( first, firstSerNum );
  if ( max > 0 && lastSerNum - first > max ) {
    DBG << "first = " << lastSerNum << " - " << max << " + 1";
    first = lastSerNum - max + 1;
  }
in kdepimlibs-4.3.4/kioslave/nntp/nntp.cpp ends up doing this:

 first =  514  -  1000  + 1

where first is unsigned long... thus we end up which crappy value.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to