JvanKatwijk
released this
08 Dec 09:12
·
27 commits
to master
since this release
A release was created, after handling some nasty errors. The software was written in a 32 bit era where
pointers and ints were equally sized. Now, in the 64 bit world pointers are 64 bit, ints still 32 bits
At one place a function specification contained a typo, the compiler figured the function invocation then
would return an int, while it should be a pointer. Results ....