Blame patches/at_spi2_core-2.26.2.local.patch
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
diff -ru at-spi2-core-2.16.0.orig/bus/at-spi-bus-launcher.c at-spi2-core-2.16.0/bus/at-spi-bus-launcher.c
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
--- at-spi2-core-2.16.0.orig/bus/at-spi-bus-launcher.c 2015-03-05 06:04:20.000000000 +0200
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
+++ at-spi2-core-2.16.0/bus/at-spi-bus-launcher.c 2015-10-25 16:00:32.158127066 +0200
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
@@ -104,7 +104,7 @@
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
{
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
ssize_t bytes_read;
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
- while (max_bytes > 1 && (bytes_read = read (fd, buf, MAX (4096, max_bytes - 1))))
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
+ while (max_bytes > 1 && (bytes_read = read (fd, buf, max_bytes - 1)))
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
{
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
if (bytes_read < 0)
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
7f46c1 |
return FALSE;
|