summaryrefslogtreecommitdiff
path: root/audio/dexed/files/patch-Source_PluginProcessor.h
blob: 6b093f3d31cb575e1602f841e3efdb933bbd67fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- from Bug 265342 - audio/dexed: fix build on armv7 arm64 

--- Source/PluginProcessor.h.orig	2022-07-20 04:35:43 UTC
+++ Source/PluginProcessor.h
@@ -120,7 +120,7 @@ class DexedAudioProcessor  : public AudioProcessor, pu
     EngineOpl engineOpl;
     
     char clipboard[161];
-    char clipboardContent;
+    signed char clipboardContent;
     
     void resolvAppDir();