mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +00:00
accidentally broke git last commit
This commit is contained in:
parent
2d6afa290b
commit
d26e414140
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user