qt: Fix compile error

This commit is contained in:
Cacodemon345
2022-02-26 14:28:16 +06:00
committed by GitHub
parent 62333560dc
commit f966909500

View File

@@ -301,7 +301,7 @@ bool NewFloppyDialog::create86f(const QString& filename, const disk_size_t& disk
break;
}
empty = (unsigned char *) malloc(array_size);
auto empty = (unsigned char *) malloc(array_size);
memset(tarray, 0, 2048);
memset(empty, 0, array_size);