Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 569344 | Differences between
and this patch

Collapse All | Expand All

(-)a/dao/CdrDriver.cc (-2 / +1 lines)
Lines 495-501 unsigned char CdrDriver::syncPattern[12] = { Link Here
495
  0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0
495
  0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0
496
};
496
};
497
497
498
char CdrDriver::REMOTE_MSG_SYNC_[4] = { 0xff, 0x00, 0xff, 0x00 };
498
char CdrDriver::REMOTE_MSG_SYNC_[4] = { '\xff', '\x00', '\xff', '\x00' };
499
499
500
500
501
/* Maps a string to the corresponding driver option value 
501
/* Maps a string to the corresponding driver option value 
502
- 

Return to bug 569344