Skip to content

Commit

Permalink
verbolize category string
Browse files Browse the repository at this point in the history
  • Loading branch information
Levitanus committed Nov 15, 2022
1 parent 70c934e commit 3889fff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/medium/src/reaper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5628,9 +5628,10 @@ impl<UsageScope> Reaper<UsageScope> {
{
let val: ReaperStringArg = value.into();
let val: CString = CString::from(val.as_reaper_str().as_c_str());
let category_string = category.to_raw();
self.low().GetSetProjectInfo_String(
project.to_raw(),
category.to_raw().as_ptr(),
category_string.as_ptr(),
val.into_raw(),
true,
)
Expand Down

0 comments on commit 3889fff

Please sign in to comment.