On 2019-01-07 10:13 p.m., John Paul Adrian Glaubitz wrote: > > My wild guess would be that the code uses C types which have different > lengths on 32- and 64-bit systems where it should really use type with > defined lengths, i.e. "uint32" instead of "int".
FWIW, sizeof(int) == 4 on all Linux platforms. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer