mpint.c (touint): Compare unsigned with unsigned, not unsigned long.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 3 May 2012 09:54:16 +0000 (10:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 3 May 2012 09:54:16 +0000 (10:54 +0100)
commit908ebb29ff621f582b34d48fd4278b60b78379b6
tree4511717e22de305eddd2ab3c8ad73a89e202d70b
parent351bdbb15a6542300462a9c4676d08642dac054d
mpint.c (touint): Compare unsigned with unsigned, not unsigned long.

Otherwise the tests fail on LP64 platforms.
mpint.c