This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
compile fix for old PPC builds.
tags/2021-05-28
jules
12 years ago
parent
2acf04ed4b
commit
e3a165de3e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+ 1
- 1
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
View File
@@ -578,7 +578,7 @@ public:
DetachResource (resHandle);
DetachResource (resHandle);
HLock (resHandle);
HLock (resHandle);
Ptr ptr;
::
Ptr ptr;
Str255 errorText;
Str255 errorText;
OSErr err = GetMemFragment (*resHandle, GetHandleSize (resHandle),
OSErr err = GetMemFragment (*resHandle, GetHandleSize (resHandle),
Write
Preview
Loading…
Cancel
Save