Index: head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc =================================================================== --- head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc (nonexistent) +++ head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc (revision 439848) @@ -0,0 +1,11 @@ +--- xdao/CdDevice.cc.orig 2009-02-21 13:49:17 UTC ++++ xdao/CdDevice.cc +@@ -255,7 +255,7 @@ int CdDevice::updateStatus() + + bool CdDevice::updateProgress(Glib::IOCondition cond, int fd) + { +- static char msgSync[4] = { 0xff, 0x00, 0xff, 0x00 }; ++ static unsigned char msgSync[4] = { 0xff, 0x00, 0xff, 0x00 }; + fd_set fds; + int state = 0; + char buf[10]; Property changes on: head/sysutils/cdrdao/files/patch-xdao_CdDevice.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property