ci: run lints and test compile on arch

This commit is contained in:
outfoxxed 2024-11-23 16:09:33 -08:00
parent 9b409c0e38
commit e957e88ccb
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 86 additions and 28 deletions

View file

@ -626,7 +626,8 @@ start:
if (next == EncodedLogOpcode::RegisterCategory) {
if (!this->registerCategory()) return false;
goto start;
} else if (next == EncodedLogOpcode::RecentMessageShort || next == EncodedLogOpcode::RecentMessageLong)
} else if (next == EncodedLogOpcode::RecentMessageShort
|| next == EncodedLogOpcode::RecentMessageLong)
{
quint8 index = 0;
quint32 secondDelta = 0;