ports/misc/cdrdao/patches/patch-dao_CdrDriver_h

13 lines
324 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: dao/CdrDriver.h
--- dao/CdrDriver.h.orig
+++ dao/CdrDriver.h
@@ -440,7 +440,7 @@ class CdrDriver { (protected)
int fullBurn_;
static unsigned char syncPattern[12];
- static char REMOTE_MSG_SYNC_[4];
+ static unsigned char REMOTE_MSG_SYNC_[4];
static int speed2Mult(int);
static int mult2Speed(int);