This commit is contained in:
iceman1001 2015-01-07 11:09:05 +01:00
commit 4888b28195
3 changed files with 131 additions and 71 deletions

View file

@ -46,7 +46,7 @@ int saveFile(const char *preferredName, const char *suffix, const void* data, si
}
fwrite(data, 1, datalen, fileHandle);
fclose(fileHandle);
PrintAndLog(">Saved data to '%s'", fileName);
PrintAndLog("Saved data to '%s'", fileName);
free(fileName);