mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-25 05:08:10 +08:00
bunch of stuff.
This commit is contained in:
@@ -75,9 +75,7 @@ namespace GameRes.Formats
|
||||
}
|
||||
part_offset = part_end_offset;
|
||||
}
|
||||
if (null == input)
|
||||
return Stream.Null;
|
||||
return input;
|
||||
return input ?? Stream.Null;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user