Comment 8 for bug 676488

Revision history for this message
Barry Warsaw (barry) wrote :

The problem is that automatic type conversion of 0 gives you a UInt32(0) under Natty, where a UInt64(0) is expected. You have to be explicit about the type conversion for start-time. I have a patch for computer-janitor that I'll propose momentarily.