make bcarray not packed
This commit is contained in:
+1
-1
@@ -329,7 +329,7 @@ struct bcarray {
|
|||||||
bool operator!=(const bcarray& s) const {
|
bool operator!=(const bcarray& s) const {
|
||||||
return !this->operator==(s);
|
return !this->operator==(s);
|
||||||
}
|
}
|
||||||
} __attribute__((packed));
|
};
|
||||||
|
|
||||||
// Packed text objects for use in protocol structs
|
// Packed text objects for use in protocol structs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user