mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Fix another piece of code to build with -std=c++11.
This commit is contained in:
parent
59c51e0ce0
commit
89faac92f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439848
1 changed files with 11 additions and 0 deletions
11
sysutils/cdrdao/files/patch-xdao_CdDevice.cc
Normal file
11
sysutils/cdrdao/files/patch-xdao_CdDevice.cc
Normal file
|
@ -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];
|
Loading…
Add table
Reference in a new issue