diff --git a/sleepyhead/exportcsv.cpp b/sleepyhead/exportcsv.cpp index 0bae9cac..8bb528da 100644 --- a/sleepyhead/exportcsv.cpp +++ b/sleepyhead/exportcsv.cpp @@ -212,7 +212,7 @@ void ExportCSV::on_exportButton_clicked() } for (int i = 0; i < p90list.size(); i++) { - header += sep + schema::channel[p90list[i]].label() + tr(" %1%").arg(percent, 0, 'f', 0); + header += sep + schema::channel[p90list[i]].label() + tr(" %1%").arg(percent*100.0, 0, 'f', 0); } }