This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix typo
gh-pages
falkTX
8 years ago
parent
77ed9260b2
commit
9d11894caa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginVST.cpp
+ 1
- 1
distrho/src/DistrhoPluginVST.cpp
View File
@@ -441,7 +441,7 @@ public:
fVstUi->idle();
#if DISTRHO_PLUGIN_WANT_STATE
if (fPlugin.getStateCount()
=
= 0)
if (fPlugin.getStateCount()
!
= 0)
{
for (StringMap::const_iterator cit=fStateMap.cbegin(), cite=fStateMap.cend(); cit != cite; ++cit)
{
Write
Preview
Loading…
Cancel
Save