mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Fix #endif typo in DV6 loader
This commit is contained in:
parent
3a0fce1411
commit
8a1a36fa67
@ -2496,8 +2496,8 @@ bool load6EventData () {
|
|||||||
RE->AddEvent(ti, duration);
|
RE->AddEvent(ti, duration);
|
||||||
#ifdef DEBUGDV6
|
#ifdef DEBUGDV6
|
||||||
qDebug() << "E.BIN - RERA" << QDateTime::fromSecsSinceEpoch(rec_ts1).toString("MM/dd/yyyy hh:mm:ss") << "ti" << QDateTime::fromSecsSinceEpoch(ti/1000).toString("hh:mm:ss") << "duration" << duration << "r" << rf.recnum();
|
qDebug() << "E.BIN - RERA" << QDateTime::fromSecsSinceEpoch(rec_ts1).toString("MM/dd/yyyy hh:mm:ss") << "ti" << QDateTime::fromSecsSinceEpoch(ti/1000).toString("hh:mm:ss") << "duration" << duration << "r" << rf.recnum();
|
||||||
break;
|
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
case 8: // snore
|
case 8: // snore
|
||||||
SN->AddEvent(ti, duration);
|
SN->AddEvent(ti, duration);
|
||||||
#ifdef DEBUGDV6
|
#ifdef DEBUGDV6
|
||||||
|
Loading…
Reference in New Issue
Block a user