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:
@@ -108,7 +108,7 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
SeparatedValueWriter svw = new SeparatedValueWriter(fs, new UTF8Encoding(false));
|
||||
svw.Quotes = false;
|
||||
svw.Separator = "\t";
|
||||
svw.Separator = '\t';
|
||||
svw.VerifyFieldCount = true;
|
||||
|
||||
// Get a properly sorted set of keys
|
||||
|
||||
Reference in New Issue
Block a user