[chronojump/michrolab] RaceAnalyzer save table analyze current set table to csv headers having \n now have space before the
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/michrolab] RaceAnalyzer save table analyze current set table to csv headers having \n now have space before the
- Date: Fri, 5 Aug 2022 09:19:42 +0000 (UTC)
commit 4abd40090cd48c2ef0c84bfd176f6d3f6cf385c8
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Jul 28 15:50:12 2022 +0200
RaceAnalyzer save table analyze current set table to csv headers having \n now have space
before the \n was supressed
src/gui/app1/runEncoderAnalyze.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/runEncoderAnalyze.cs b/src/gui/app1/runEncoderAnalyze.cs
index d12c0e6e5..98d221e87 100644
--- a/src/gui/app1/runEncoderAnalyze.cs
+++ b/src/gui/app1/runEncoderAnalyze.cs
@@ -269,7 +269,7 @@ public partial class ChronoJumpWindow
//write header
writer.WriteLine(Util.RemoveNewLine(Util.StringArrayToString(
- getTreeviewRaceAnalyzerHeaders(), sep), false));
+ getTreeviewRaceAnalyzerHeaders(), sep), true));
string contents = Util.ReadFile(RunEncoder.GetCSVResultsURL(), false);
RunEncoderCSV recsv = readRunEncoderCSVContents(contents);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]