From 902ffea2b4b636ef945e8891e1c8219ad61c8f40 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 3 Jul 2011 14:09:12 +1000 Subject: [PATCH] Zero PRS1 import duration fix --- SleepLib/loader_plugins/prs1_loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SleepLib/loader_plugins/prs1_loader.cpp b/SleepLib/loader_plugins/prs1_loader.cpp index b0a1d153..d3c90cd8 100644 --- a/SleepLib/loader_plugins/prs1_loader.cpp +++ b/SleepLib/loader_plugins/prs1_loader.cpp @@ -469,7 +469,7 @@ bool PRS1Loader::OpenSummary(Session *session,QString filename) //qDebug() << "ID: " << session->session() << " " << duration; //float hours=float(duration)/3600.0; //session->set_hours(hours); - + if (!duration) return false; session->set_last(date+qint64(duration)*1000L);