REFACTOR: Possible 'System.NullReferenceException'.

This commit is contained in:
2017-12-21 16:59:15 +00:00
parent 586b838a17
commit f65de10280
11 changed files with 140 additions and 112 deletions

View File

@@ -579,6 +579,8 @@ namespace DiscImageChef.Server
{
_line = tocStream.ReadLine();
if(_line == null) break;
if(_line.Length == 0 || _line[0] == '#') continue;
if(inManufacturer)