From cae92b082cb1551fd0c93ec1275640f7ea957bbf Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 19 Nov 2001 16:53:46 +0000 Subject: [PATCH] viced-fetchdata64-should-call-common-code-in-64-mode-20011119 both of the stubs shouldn't be using the 32 bit case in common --- src/viced/afsfileprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index cbac536a4..8b66cfcf5 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -475,7 +475,7 @@ SRXAFS_FetchData64 (tcon, Fid, Pos, Len, OutStatus, CallBack, Sync) #endif /* AFS_64BIT_ENV */ code = common_FetchData (tcon, Fid, tPos, tLen, OutStatus, - CallBack, Sync, 0); + CallBack, Sync, 1); return code; } -- 2.39.5