]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: wrong variable name.
authoriceman1001 <iceman@iuse.se>
Wed, 15 Feb 2017 01:46:09 +0000 (02:46 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 15 Feb 2017 01:46:09 +0000 (02:46 +0100)
armsrc/emvutil.c

index 9b07cfa23055b3cc3ec617982c1dcc10b0f0b86d..2f6d3f8ab975460f1cc727633a7f4fed5781fd07 100644 (file)
@@ -249,7 +249,7 @@ int emv_lookuptag(uint8_t* tag, emvtags *currentcard, uint8_t* outputval, uint8_
                        returnedlength = currentcard->tag_9F12_len; goto exitfunction;}
         else if(*(tag+1) == 0x1A){ 
                        memcpy(&returnedtag, currentcard->tag_9F1A,  sizeof(currentcard->tag_9F1A));
-                       returnlength = sizeof(currentcard->tag_9F1A); goto exitfunction;}
+                       returnedlength = sizeof(currentcard->tag_9F1A); goto exitfunction;}
         else if(*(tag+1) == 0x1F){ 
                        memcpy(&returnedtag, currentcard->tag_9F1F,  currentcard->tag_9F1F_len);
                        returnedlength = currentcard->tag_9F1F_len; goto exitfunction;}
Impressum, Datenschutz