mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 01:55:40 +02:00
- experimental support for Grundig and ChangHong atv\_cmdb.bin files (analog antenna and cable TV)
- Reference list dialog further optimized to fit 1920x1080 @150% or 1024x768 @100% screens - re-imported translation file (to fix incorrect letters in language names like "Русский") - upgrade to DevExpress 22.1 libraries
This commit is contained in:
@@ -562,7 +562,8 @@ namespace ChanSort.Loader.Philips
|
||||
{
|
||||
if (part == "")
|
||||
continue;
|
||||
buffer.WriteByte((byte)ParseInt(part));
|
||||
var val = (byte)ParseInt(part);
|
||||
buffer.WriteByte(val);
|
||||
}
|
||||
|
||||
return Encoding.Unicode.GetString(buffer.GetBuffer(), 0, (int) buffer.Length).TrimEnd('\x0');
|
||||
|
||||
Reference in New Issue
Block a user