Changelog:
r45671 | gpz | 2025-05-11 15:51:30 +0000 (Sun, 11 May 2025) | 1 line
don't use g_memdup2
------------------------------------------------------------------------
r45670 | gpz | 2025-05-11 14:22:41 +0000 (Sun, 11 May 2025) | 1 line
test this yourself
------------------------------------------------------------------------
r45669 | gpz | 2025-05-11 14:17:23 +0000 (Sun, 11 May 2025) | 1 line
recklessly sprinkle typecasts all over the novte stuff, this should remove those annoying warnings about 64 to 32 bit truncation. please tests this
------------------------------------------------------------------------
r45668 | gpz | 2025-05-10 23:53:22 +0000 (Sat, 10 May 2025) | 1 line
fix warning
------------------------------------------------------------------------
r45667 | gpz | 2025-05-10 23:46:26 +0000 (Sat, 10 May 2025) | 1 line
instead of performing arithmetics on array pointers directly, set them up indirectly. this gets rid of the long standing array out of bounds access warnings. needs a bit of testing perhaps :)
------------------------------------------------------------------------