]> git.pld-linux.org Git - packages/dbus-c++.git/blobdiff - dbus-c++-write.patch
- added write patch (fix write buffer argument)
[packages/dbus-c++.git] / dbus-c++-write.patch
diff --git a/dbus-c++-write.patch b/dbus-c++-write.patch
new file mode 100644 (file)
index 0000000..870c44b
--- /dev/null
@@ -0,0 +1,9 @@
+--- libdbus-c++-0.9.0/src/pipe.cpp.orig        2011-11-29 23:16:31.000000000 +0100
++++ libdbus-c++-0.9.0/src/pipe.cpp     2018-04-23 21:28:46.612510662 +0200
+@@ -83,5 +83,5 @@
+ void Pipe::signal()
+ {
+   // TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
+-  ::write(_fd_write, '\0', 1);
++  ::write(_fd_write, "\0", 1);
+ }
This page took 0.06911 seconds and 4 git commands to generate.