]> git.pld-linux.org Git - packages/dbus-c++.git/blame - dbus-c++-write.patch
- added write patch (fix write buffer argument)
[packages/dbus-c++.git] / dbus-c++-write.patch
CommitLineData
539237cc
JB
1--- libdbus-c++-0.9.0/src/pipe.cpp.orig 2011-11-29 23:16:31.000000000 +0100
2+++ libdbus-c++-0.9.0/src/pipe.cpp 2018-04-23 21:28:46.612510662 +0200
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, "\0", 1);
9 }
This page took 0.065165 seconds and 4 git commands to generate.