pkg://kdepim-3.4.0-4.src.rpm:11416961/kdepim-3.4.0-gcc4.patch
info downloads
--- kdepim-3.4.0/libkdenetwork/libgpgme-copy/gpgme/ath-compat.c.orig 2005-03-13 23:21:57.129156902 +0100
+++ kdepim-3.4.0/libkdenetwork/libgpgme-copy/gpgme/ath-compat.c 2005-03-13 23:23:17.491264140 +0100
@@ -108,7 +108,7 @@
ath_read (int fd, void *buf, size_t nbytes)
{
if (ath_ops && ath_ops->read)
- return ath_ops->read (fd, buf, nbytes);
+ return (ath_ops->read) (fd, buf, nbytes);
else
return read (fd, buf, nbytes);
}