From: roel@libnfc.org Date: Fri, 11 Oct 2013 08:37:08 +0000 (+0000) Subject: with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer... X-Git-Tag: v1.0.0~46 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/05f23c593cc5bc1d3bb9084605f38c8f08c39163?hp=05f23c593cc5bc1d3bb9084605f38c8f08c39163 with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer, don't try to get the address of it by using '&destination', then you will get a pointer to a pointer. ---