Fixed assignment in conditional expression

This commit is contained in:
wiire-a 2017-11-26 11:39:35 +01:00
parent ff0beef1b2
commit 73a884fbd3

View File

@ -1367,7 +1367,7 @@ usage_err:
printf(" (%s UTC)", buffer);
}
else {
if (found_p_mode = RT && nonce_seed == 0)
if (found_p_mode == RT && nonce_seed == 0)
printf("\n [*] Seed N1: -");
else
printf("\n [*] Seed N1: 0x%08x", nonce_seed);