Hi everyone First, just let me say I think Pan is a great application, does pretty much everything I need cleanly and simply, great job in putting it together.
I've been happily downloading lots of news with it, and my queue tends to fairly big... frequently more than 2GiB :p Pan deals great with this, but I've noticed the ETA and queue size are wrong most of the time. When the queue hits the 2GiB mark, it rolls over, so there's clearly a problem with the byte count variable being too small for the sizes I'm getting. This is nothing major, but it was getting on my nerves a bit, so I pulled the code and looked at it, and fixed it locally by changing, in task-pane.cc, the bytes variable, from a unsigned long to a unsigned long long, both in the render_bytes parameter, and in the TaskPane::update_status method. I'd do a diff, but I reformatted the code, so that wouldn't help :p Anyway, just wanted to let you know about this one, thx again for a great app :) shana _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users