mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
misc
This commit is contained in:
@@ -99,6 +99,10 @@ namespace CUETools.Processor
|
||||
return;
|
||||
}
|
||||
|
||||
value = value.Replace('\n', ' ').Replace('\r', ' ').Replace('"', '\'');
|
||||
if (value.Length > 1024)
|
||||
value = value.Substring(0, 1021) + "...";
|
||||
|
||||
CUELine line = General.FindCUELine(list, command, command2);
|
||||
if (line == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user