This commit is contained in:
iceman1001
2021-04-08 10:44:31 +02:00
parent 31c5722ac0
commit 27184d7f5b
21 changed files with 334 additions and 334 deletions

View File

@@ -521,7 +521,7 @@ static void set_my_user_directory(void) {
char *cwd_buffer = (char *)calloc(pathLen, sizeof(uint8_t));
if (cwd_buffer == NULL) {
PrintAndLogEx(WARNING, "failed to allocate memory");
return;
return;
}
while (GetCurrentDir(cwd_buffer, pathLen) == NULL) {