mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Char, not string
This commit is contained in:
@@ -397,7 +397,7 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
SeparatedValueWriter svw = new SeparatedValueWriter(fs, new UTF8Encoding(false));
|
||||
svw.Quotes = true;
|
||||
svw.Separator = this._delim.ToString();
|
||||
svw.Separator = this._delim;
|
||||
svw.VerifyFieldCount = true;
|
||||
|
||||
// Write out the header
|
||||
|
||||
Reference in New Issue
Block a user