Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 58cebef081c94cb5f88b9fe2fbddfdc8 > files > 30

openais-0.80.6-28.el5_6.1.src.rpm

Index: exec/ipc.c
===================================================================
--- exec/ipc.c	(revision 2116)
+++ exec/ipc.c	(revision 2117)
@@ -981,6 +981,9 @@
 	} else {
 		bytes_left = read - write;
 	}
+	if (bytes_left > 0) { 
+		bytes_left--;
+	}
 	return (bytes_left);
 }