]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
rework of GetFromBigBuf() (#597)
[proxmark3-svn] / client / cmdlf.c
index 63dd737e68a11fdcdaeab971a6cadc8b32b89ed9..285d377af8fb79d07432dc31795666565c73e543 100644 (file)
@@ -22,7 +22,6 @@
 #include "graph.h"       // for graph data
 #include "cmdparser.h"   // for getting cli commands included in cmdmain.h
 #include "cmdmain.h"     // for sending cmds to device
-#include "data.h"        // for GetFromBigBuf
 #include "cmddata.h"     // for `lf search`
 #include "cmdlfawid.h"   // for awid menu
 #include "cmdlfem4x.h"   // for em4x menu
@@ -947,6 +946,7 @@ int CmdLFfind(const char *Cmd)
                                return 1;
                        }
                }
+               PrintAndLog("\nNo Data Found! - maybe not an LF tag?\n");
                return 0;
        }
 
Impressum, Datenschutz