On Sat, May 19, 2007 at 04:29:30PM +0300, root <[EMAIL PROTECTED]> was heard to say: > This message after run > Uncaught exception: vs_progress.cc:38: virtual void vs_progress::paint(const > style&): Assertion "Percent>=0 && Percent<=100" failed.
This seems to be a nasty one; I don't know why I have an assert in code that's mainly aesthetic. I'll yank that out and make the code robust against boundary conditions (most likely you have a value that's -0.00000001 or 100.000000001). Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

