projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FIX: The T55x7ReadBlock method, should not have the startgap since it indicats...
[proxmark3-svn]
/
client
/
cmdscript.c
diff --git
a/client/cmdscript.c
b/client/cmdscript.c
index fd02d13a9151b10c01a1249ca712013cb8a463ed..730f4e96ab26dd78e3392015af2ad5ef6d82a8af 100644
(file)
--- a/
client/cmdscript.c
+++ b/
client/cmdscript.c
@@
-83,7
+83,7
@@
int CmdList(const char *Cmd)
{
while ((ep = readdir (dp)) != NULL)
{
- if(
str_ends_with(ep->d_name, ".lua"))
+ if(str_ends_with(ep->d_name, ".lua"))
PrintAndLog("%-16s %s", ep->d_name, "A script file");
}
(void) closedir (dp);
Impressum
,
Datenschutz