Skip to content

Fix windows 32-bit initdt

Compare
Choose a tag to compare
@ChrisRackauckas ChrisRackauckas released this 28 Jul 18:07
· 9821 commits to master since this release

Well, it wasn't actually broken, it was just taking a sometimes inefficient path because the conditional evaluated to true because of integer overflow. This fixes that to make it act like the Win64 case.