We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff9f29e + 8b8c01d commit f801875Copy full SHA for f801875
1 file changed
crates/engine_bibtex/src/c_api/global.rs
@@ -23,7 +23,7 @@ impl GlobalData {
23
24
fn grow(&mut self) {
25
self.glb_bib_str_ptr.grow(MAX_GLOB_STRS);
26
- self.global_strs.grow(MAX_GLOB_STRS);
+ self.global_strs.grow((GLOB_STR_SIZE + 1) * MAX_GLOB_STRS);
27
self.glb_str_end.grow(MAX_GLOB_STRS);
28
}
29
0 commit comments