mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Because long is 32bit on Windows (like int), the conversion from long to unsigned int was subject to sign overflow. This was fixed by going to unsigned int via unsigned long.