diff options
Diffstat (limited to 'libk3b/projects/k3bcdrdaowriter.cpp')
-rw-r--r-- | libk3b/projects/k3bcdrdaowriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/k3bcdrdaowriter.cpp b/libk3b/projects/k3bcdrdaowriter.cpp index 863e2a8..42174c7 100644 --- a/libk3b/projects/k3bcdrdaowriter.cpp +++ b/libk3b/projects/k3bcdrdaowriter.cpp @@ -936,7 +936,7 @@ void K3bCdrdaoWriter::parseCdrdaoWrote( const TQString& line ) void K3bCdrdaoWriter::parseCdrdaoMessage() { - static const char msgSync[] = { 0xff, 0x00, 0xff, 0x00 }; + static const char msgSync[] = { '\xff', '\x00', '\xff', '\x00' }; unsigned int avail = m_comSock->bytesAvailable(); unsigned int msgs = avail / ( sizeof(msgSync)+d->progressMsgSize ); unsigned int count = 0; |