From d26e4141407070b36279fc11fcff6bbeadfc184c Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 9 Jun 2018 22:52:49 +1000 Subject: [PATCH] accidentally broke git last commit --- sleepyhead/SleepLib/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/SleepLib/session.cpp b/sleepyhead/SleepLib/session.cpp index 148faff5..2e97e3b8 100644 --- a/sleepyhead/SleepLib/session.cpp +++ b/sleepyhead/SleepLib/session.cpp @@ -1189,7 +1189,7 @@ EventDataType Session::SearchValue(ChannelID code, qint64 time, bool square) double i = tt / el->rate(); if (i> cnt) { - qWarning() << "Session" << session() << "time bounds are broken.. There is a fault in the" << machine()->loaderName().toLocal8Bit.data() << "loader"; + qWarning() << "Session" << session() << "time bounds are broken.. There is a fault in the" << machine()->loaderName().toLocal8Bit().data() << "loader"; return 0; }