mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
A small patch
Support specifying client working directory Clean all compile warnings
This commit is contained in:
+2
-3
@@ -102,16 +102,14 @@ QString Mifare::info(bool isRequiringOutput)
|
||||
end = result.indexOf("\n", end);
|
||||
return result.mid(begin, end - begin + 1);
|
||||
}
|
||||
else
|
||||
return "";
|
||||
}
|
||||
else
|
||||
{
|
||||
util->execCMD("hf 14a info");
|
||||
ui->funcTab->setCurrentIndex(Util::rawTabIndex);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
void Mifare::chk()
|
||||
@@ -629,6 +627,7 @@ bool Mifare::_writeblk(int blockId, KeyType keyType, const QString& key, const Q
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void Mifare::writeOne(TargetType targetType)
|
||||
|
||||
Reference in New Issue
Block a user