]> git.zerfleddert.de Git - proxmark3-svn/commit
with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer...
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 11 Oct 2013 08:37:08 +0000 (08:37 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 11 Oct 2013 08:37:08 +0000 (08:37 +0000)
commit05f23c593cc5bc1d3bb9084605f38c8f08c39163
tree2ed7c83cad605cbe056102a5c8dee7ca4f60f64d
parent51defdd4a2bb20022acaf7b94d67c3ab0d86fb96
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.
client/scripting.c
Impressum, Datenschutz