mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Less strict PAC file check - thx ngaullier :)
This commit is contained in:
parent
ccd7fdc0ca
commit
990583bff0
@ -1284,7 +1284,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
||||
buffer[20] == 0 &&
|
||||
//buffer[21] < 10 && // start from number
|
||||
//buffer[22] == 0 &&
|
||||
(buffer[23] >= 0x60 && buffer[23] <= 0x70) &&
|
||||
//(buffer[23] >= 0x60 && buffer[23] <= 0x70) &&
|
||||
fileName.EndsWith(Extension, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user