GH-1227 fix zlib nonsense on Windows
This commit is contained in:
		@@ -130,7 +130,7 @@ void OtherLogsPage::on_btnReload_clicked()
 | 
			
		||||
		if(file.fileName().endsWith(".gz"))
 | 
			
		||||
		{
 | 
			
		||||
			QByteArray temp;
 | 
			
		||||
			if(!GZip::inflate(file.readAll(), temp))
 | 
			
		||||
			if(!GZip::decompress(file.readAll(), temp))
 | 
			
		||||
			{
 | 
			
		||||
				ui->text->setPlainText(
 | 
			
		||||
					tr("The file (%1) is not readable.").arg(file.fileName()));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user