mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
clang
This commit is contained in:
parent
875363a8da
commit
ab7aaf0524
@ -179,7 +179,8 @@ void CheckUpdate::Unzip() {
|
|||||||
|
|
||||||
// if (!fs::exists(zipFilePath.toStdString())) {
|
// if (!fs::exists(zipFilePath.toStdString())) {
|
||||||
// QMessageBox::warning(this, tr("Error"),
|
// QMessageBox::warning(this, tr("Error"),
|
||||||
// QString(tr("Arquivo zip não encontrado:") + "\n%1").arg(zipFilePath));
|
// QString(tr("Arquivo zip não encontrado:") +
|
||||||
|
// "\n%1").arg(zipFilePath));
|
||||||
// return;
|
// return;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@ -187,10 +188,12 @@ void CheckUpdate::Unzip() {
|
|||||||
// void* stream = NULL;
|
// void* stream = NULL;
|
||||||
|
|
||||||
// mz_stream_os_create();
|
// mz_stream_os_create();
|
||||||
//if (mz_stream_os_open(stream, zipFilePath.toStdString().c_str(), MZ_OPEN_MODE_READ) != MZ_OK) {
|
// if (mz_stream_os_open(stream, zipFilePath.toStdString().c_str(), MZ_OPEN_MODE_READ) != MZ_OK)
|
||||||
|
// {
|
||||||
|
|
||||||
// QMessageBox::warning(this, tr("Error"),
|
// QMessageBox::warning(this, tr("Error"),
|
||||||
// QString(tr("Erro ao abrir o arquivo zip") + "\n%1").arg(zipFilePath));
|
// QString(tr("Erro ao abrir o arquivo zip") +
|
||||||
|
// "\n%1").arg(zipFilePath));
|
||||||
// mz_stream_os_delete(&stream);
|
// mz_stream_os_delete(&stream);
|
||||||
// return;
|
// return;
|
||||||
//}
|
//}
|
||||||
@ -236,7 +239,8 @@ void CheckUpdate::Unzip() {
|
|||||||
|
|
||||||
// QMessageBox::warning(
|
// QMessageBox::warning(
|
||||||
// this, tr("Error"),
|
// this, tr("Error"),
|
||||||
// QString(tr("Erro ao abrir o arquivo de saída:") + "\n%1").arg(caminho_arquivo));
|
// QString(tr("Erro ao abrir o arquivo de saída:") +
|
||||||
|
// "\n%1").arg(caminho_arquivo));
|
||||||
|
|
||||||
// mz_zip_entry_close(zip_reader);
|
// mz_zip_entry_close(zip_reader);
|
||||||
// continue;
|
// continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user