Fix build_text() call site to use new API

This commit is contained in:
Pekka Enberg
2025-02-10 13:07:19 +02:00
parent 5205c23eed
commit 8f49024dd1

View File

@@ -1234,7 +1234,7 @@ pub fn insn_to_str(
*db as i32,
*dest as i32,
*cookie as i32,
OwnedValue::build_text(Rc::new("".to_string())),
OwnedValue::build_text(""),
0,
"".to_string(),
),