First KDE bugfix since returning

Today I fixed my first bug since I got back from OCS.

Bug 98942 was a problem with my kfile_torrent plugin, where the reported size was wrong if it exceeded 4 GB or thereabouts.

As you can probably figure, it’s because I didn’t use a large enough integer size, in another case of the developer being out of touch with his userbase. I have a CD burner, so I’d never download a torrent larger than 700 MB, but people with DVD burners would apparently think nothing of downloading a torrent with more than 4 gigabytes worth of data. ;-)

Anyways, it was a simple fix, so I feel better now. I even backported it to 3.4 branch, so it should be in the next KDE 3.4 release.