Skip to content

Commit

Permalink
DashWare: fix culture bug (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 authored Jul 3, 2024
1 parent 1d75691 commit 300c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtLibs/Utilities/DashWare.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static void Create(string filein, string fileout, List<string> fmtList =
var idx = 0;
StringBuilder sb = new StringBuilder();

sb.Append(dfitem.timems);
sb.Append(dfitem.timems.ToInvariantString());
idx++;
sb.Append(',');

Expand Down

0 comments on commit 300c88b

Please sign in to comment.