mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix bad compare
This commit is contained in:
parent
77db65a590
commit
dd94207ee8
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ typedef struct _em4x70_cmd_input_verify_auth_t {
|
|||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
static void fill_buffer_prng_bytes(void *buffer, size_t byte_count) {
|
||||
if (byte_count <= 0) {
|
||||
if (byte_count == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue