mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Typo
This commit is contained in:
@@ -3896,7 +3896,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we have a very specifc TGZ->TGZ case, just copy it accordingly
|
// If we have a very specific TGZ->TGZ case, just copy it accordingly
|
||||||
GZipArchive tgz = new GZipArchive(file);
|
GZipArchive tgz = new GZipArchive(file);
|
||||||
BaseFile rom = tgz.GetTorrentGZFileInfo();
|
BaseFile rom = tgz.GetTorrentGZFileInfo();
|
||||||
if (isZip == false && rom != null && outputFormat == OutputFormat.TorrentGzip)
|
if (isZip == false && rom != null && outputFormat == OutputFormat.TorrentGzip)
|
||||||
@@ -3980,7 +3980,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
{
|
{
|
||||||
string machinename = null;
|
string machinename = null;
|
||||||
|
|
||||||
// If we have a very specifc TGZ->TGZ case, just copy it accordingly
|
// If we have a very specific TGZ->TGZ case, just copy it accordingly
|
||||||
GZipArchive tgz = new GZipArchive(file);
|
GZipArchive tgz = new GZipArchive(file);
|
||||||
BaseFile rom = tgz.GetTorrentGZFileInfo();
|
BaseFile rom = tgz.GetTorrentGZFileInfo();
|
||||||
if (isZip == false && rom != null && outputFormat == OutputFormat.TorrentGzip)
|
if (isZip == false && rom != null && outputFormat == OutputFormat.TorrentGzip)
|
||||||
|
|||||||
Reference in New Issue
Block a user