Use the correct vendor name
This commit is contained in:
parent
b14dc7eae9
commit
6439acad84
|
@ -615,7 +615,7 @@ impl<P: Vst3Plugin> IPluginFactory for Factory<P> {
|
|||
*info = mem::zeroed();
|
||||
|
||||
let info = &mut *info;
|
||||
strlcpy(&mut info.vendor, P::NAME);
|
||||
strlcpy(&mut info.vendor, P::VENDOR);
|
||||
strlcpy(&mut info.url, P::URL);
|
||||
strlcpy(&mut info.email, P::EMAIL);
|
||||
info.flags = vst3_sys::base::FactoryFlags::kUnicode as i32;
|
||||
|
|
Loading…
Reference in a new issue