Avoid undefined char* arithmetic.
authorDavin McCall <davmac@davmac.org>
Thu, 13 Sep 2018 18:04:47 +0000 (19:04 +0100)
committerDavin McCall <davmac@davmac.org>
Thu, 13 Sep 2018 18:04:47 +0000 (19:04 +0100)
commit4fdec9fb162d1be0e87e15c0d0fbc2db539b27b5
treeaaf179e61fbb22279cd7b4a57a439e2d7a9c1d5d
parent2a030aae8a5e9f9aa9e7db2c815b692d23ddeed4
Avoid undefined char* arithmetic.

Use uintptr_t instead of char* for "unusual" pointer arithmetic.
src/includes/control.h