You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/sleepyhead/files/prs1-64fix.patch

14 lines
497 B

diff --git a/SleepLib/loader_plugins/prs1_loader.cpp b/SleepLib/loader_plugins/prs1_loader.cpp
index d7f102c..61f2d34 100644
--- a/SleepLib/loader_plugins/prs1_loader.cpp
+++ b/SleepLib/loader_plugins/prs1_loader.cpp
@@ -597,7 +597,7 @@ bool PRS1Loader::Parse002v5(qint32 sequence, quint32 timestamp, unsigned char *b
CPAP_LeakTotal, PRS1_12
};
- int ncodes=sizeof(Codes)/sizeof(QString);
+ int ncodes=sizeof(Codes)/sizeof(ChannelID);
EventList * Code[0x20]={NULL};