afe9c51
--- gpgme/ath-compat.c~	2004-12-07 23:11:52.000000000 +0200
afe9c51
+++ gpgme/ath-compat.c	2005-03-18 12:54:44.000000000 +0200
afe9c51
@@ -108,7 +108,7 @@
afe9c51
 ath_read (int fd, void *buf, size_t nbytes)
afe9c51
 {
afe9c51
   if (ath_ops && ath_ops->read)
afe9c51
-    return ath_ops->read (fd, buf, nbytes);
afe9c51
+    return (ath_ops->read) (fd, buf, nbytes);
afe9c51
   else
afe9c51
     return read (fd, buf, nbytes);
afe9c51
 }