I've found and fixed this bug in zile 2.2.21 (out imminently). It was only 64-bit specific because of a(n un)lucky combination of circumstances; basically, I was assuming an int was positive, but it didn't matter on 32-bit machines because the only negative value it ever took was -1, which == UINT_MAX on 32-bit machines, which happened to be the value I wanted in this case. Oops.

--
http://rrt.sc3d.org/ | canonize, v.  to sanctify a dead sinner (Bierce)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to