0.6.3 - Playlist search, few other things i forgot

This commit is contained in:
exttex 2020-11-15 20:25:28 +01:00
parent e9d97986b5
commit e029c41b43
26 changed files with 520 additions and 62 deletions

View file

@ -45,8 +45,6 @@ JNIEXPORT void JNICALL Java_f_f_freezer_Deezer_decryptFile(JNIEnv *env, jobject
fwrite(decrypted, sizeof(unsigned char), sizeof(decrypted), ofile);
} else {
int written = fwrite(buffer, sizeof(unsigned char), (size_t)read, ofile);
if (read != 2048)
__android_log_print(ANDROID_LOG_WARN, "DECRYPTOR", "READ: %d, WRITE: %d", read, written);
}
i++;
}