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

@@ -124,7 +124,7 @@ namespace SabreTools.Library.DatFiles
SeparatedValueWriter svw = new SeparatedValueWriter(fs, new UTF8Encoding(false));
svw.Quotes = false;
svw.Separator = ";";
svw.Separator = ';';
svw.VerifyFieldCount = true;
// Write out the header