]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
FIX: a compilation error for a static method in CmdHF14A.h
[proxmark3-svn] / client / cmdhf14a.c
index 69c658934726038c51cd5c2efba9581050fb7f99..4f0ffde61e3d0af175a53b5e639145a0573919a9 100644 (file)
@@ -168,6 +168,7 @@ int CmdHF14AReader(const char *Cmd)
        PrintAndLog(" SAK : %02x [%d]", card.sak, resp.arg[0]);
        
        // Double & triple sized UID, can be mapped to a manufacturer.
+       // HACK: does this apply for Ultralight cards?
        if ( card.uidlen > 4 ) {
                PrintAndLog("MANUFACTURER : %s", getTagInfo(card.uid[0]));
        }
Impressum, Datenschutz