mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Possible 'System.NullReferenceException'.
This commit is contained in:
@@ -579,6 +579,8 @@ namespace DiscImageChef.Server
|
||||
{
|
||||
_line = tocStream.ReadLine();
|
||||
|
||||
if(_line == null) break;
|
||||
|
||||
if(_line.Length == 0 || _line[0] == '#') continue;
|
||||
|
||||
if(inManufacturer)
|
||||
|
||||
Reference in New Issue
Block a user