wok view dbus-c++/stuff/dbus-c++-0.9.0-fix-writechar.patch @ rev 25781
Add ffado and depends/bdepends
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 23 18:13:10 2024 +0200 (2 months ago) |
parents | |
children |
line source
1 --- libdbus-c++-0.9.0/src/pipe.cpp.writechar 2017-02-16 11:07:13.591950169 +0000
2 +++ libdbus-c++-0.9.0/src/pipe.cpp 2017-02-16 11:04:17.158796092 +0000
3 @@ -83,5 +83,5 @@
4 void Pipe::signal()
5 {
6 // TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
7 - ::write(_fd_write, '\0', 1);
8 + ::write(_fd_write, "", 1);
9 }