upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / dbus-c++ / repos / community-x86_64 / fix-writechar.patch
blobd936b7fc172d6866cea53f2923425a571f78d0a2
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()
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);