You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Warning(".XCZ files are not supposed to be trimmed! Aborting!!");
811
+
returnresult;
812
+
}
813
+
806
814
if(!file.IsTrimmed)
807
815
{
808
816
logger.Info("Trimming file "+file.FileNameWithExt+". Old size: "+Convert.ToString(file.ROMSizeBytes)+". New size: "+Convert.ToString(file.UsedSpaceBytes));
@@ -3073,7 +3081,7 @@ public static FileData GetFileData(string filepath)
0 commit comments