This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix strict build
tags/v2.3.0-RC1
falkTX
3 years ago
parent
b7ba3ca9a9
commit
a3ed031c4e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/native-plugins/audio-base.hpp
+ 1
- 1
source/native-plugins/audio-base.hpp
View File
@@ -551,7 +551,7 @@ public:
} while (i < poolNumFrame);
fPool.startFrame = readFrame;
fPool.startFrame =
static_cast<uint64_t>(
readFrame
)
;
}
fNeedsRead = false;
Write
Preview
Loading…
Cancel
Save