make bcarray not packed

This commit is contained in:
Martin Michelsen
2024-02-29 23:33:31 -08:00
parent 11f49af6f9
commit c7812bf764
+1 -1
View File
@@ -329,7 +329,7 @@ struct bcarray {
bool operator!=(const bcarray& s) const {
return !this->operator==(s);
}
} __attribute__((packed));
};
// Packed text objects for use in protocol structs