object: string: fix b_string_steal resetting capacity to wrong value
This commit is contained in:
@@ -14,7 +14,7 @@ struct b_string {
|
||||
unsigned int s_max;
|
||||
union {
|
||||
char d_inline[STRING_INLINE_CAPACITY + 1];
|
||||
char *d_BLUE_APIal;
|
||||
char *d_external;
|
||||
} s_data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user