--- libkdenetwork/libgpgme-copy/gpgme/ath-compat.c.orig 2005-03-13 23:21:57.129156902 +0100 +++ 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); }