From 0b42a940c169bdc449067b04162e77537031da9d Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 2 Jul 2005 18:54:08 +0000 Subject: [PATCH] GCC fidgets, add parentheses around timedRead vector. CVS patchset: 7864 CVS date: 2005/07/02 18:54:08 --- rpmio/rpmio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmio/rpmio.h b/rpmio/rpmio.h index 2129d61..2d6a531 100644 --- a/rpmio/rpmio.h +++ b/rpmio/rpmio.h @@ -637,7 +637,7 @@ int ufdGetFile( /*@killref@*/ FD_t sfd, FD_t tfd) /*@unused@*/ int timedRead(FD_t fd, /*@out@*/ void * bufptr, int length) /*@globals fileSystem @*/ /*@modifies fd, *bufptr, fileSystem @*/; -#define timedRead ufdio->read +#define timedRead (ufdio->read) /*@-exportlocal@*/ /** -- 2.7.4