Minor fix

This commit is contained in:
e-ago 2017-08-04 12:08:57 -07:00
parent ba3ed8b5a7
commit 612ad28025
2 changed files with 4 additions and 1 deletions

View File

@ -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) {

3
build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd CUDA_version && make