Char, not string

This commit is contained in:
Matt Nadareski
2020-06-14 20:33:06 -07:00
parent d60dcad323
commit c070167eb9
6 changed files with 8 additions and 8 deletions

View File

@@ -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