mirror of
https://github.com/e-ago/bitcracker.git
synced 2025-10-27 07:29:18 +00:00
Minor fix
This commit is contained in:
parent
ba3ed8b5a7
commit
612ad28025
@ -26,7 +26,7 @@ texture<uint8_t> w_password0;
|
||||
texture<uint8_t> w_password1;
|
||||
int *deviceFound[2], *hostFound[2];
|
||||
uint8_t *hostPassword[2], *devicePassword[2];
|
||||
char outPsw[MAX_INPUT_PASSWORD_LEN];
|
||||
char outPsw[MAX_INPUT_PASSWORD_LEN+1];
|
||||
int outIndexPsw=0;
|
||||
|
||||
static int check_match(int iStream) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user