diff options
Diffstat (limited to 'sysutils/cdrdao/files/patch-dao_CdrDriver.cc')
-rw-r--r-- | sysutils/cdrdao/files/patch-dao_CdrDriver.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/cdrdao/files/patch-dao_CdrDriver.cc b/sysutils/cdrdao/files/patch-dao_CdrDriver.cc deleted file mode 100644 index 0ee7918fdcf9..000000000000 --- a/sysutils/cdrdao/files/patch-dao_CdrDriver.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- dao/CdrDriver.cc.orig 2009-09-12 16:21:25 UTC -+++ dao/CdrDriver.cc -@@ -495,7 +495,7 @@ unsigned char CdrDriver::syncPattern[12] - 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0 - }; - --char CdrDriver::REMOTE_MSG_SYNC_[4] = { 0xff, 0x00, 0xff, 0x00 }; -+unsigned char CdrDriver::REMOTE_MSG_SYNC_[4] = { 0xff, 0x00, 0xff, 0x00 }; - - - /* Maps a string to the corresponding driver option value |