Browse Source
The arguments to AllocatePluginFile were written in reverse, leading to
vlc_stat failing to find the file. In addition the value that should
have been written `-(sizeof ".framework" -1)` was actually written as
`-sizeof ".framework" -1` and thus `foo_plugin` was instead `foo_plug`.
Typo from function refactor in 70d3002be1.
pull/138/head
committed by
Hugo Beauzée-Luyssen
1 changed files with 7 additions and 7 deletions
Loading…
Reference in new issue