mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
fixes
This commit is contained in:
@@ -127,6 +127,11 @@ namespace CUETools.Processor
|
||||
public void SaveText(string name, string value)
|
||||
{
|
||||
_sw.Write(name);
|
||||
if (value == "")
|
||||
{
|
||||
_sw.WriteLine("=");
|
||||
return;
|
||||
}
|
||||
using (StringReader sr = new StringReader(value))
|
||||
{
|
||||
string lineStr;
|
||||
|
||||
Reference in New Issue
Block a user