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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user