fileserver-largefile-support-20020109
[openafs.git] / src / viced / afsfileprocs.c
index 4f4c644..4ab945b 100644 (file)
@@ -6636,7 +6636,7 @@ FetchData_RXStyle(Volume *volptr,
     FDH_SEEK(fdP, Pos, 0);
     {
        afs_int32       high, low;
-       SplitInt64(Len, high, low);
+       SplitOffsetOrSize(Len, high, low);
        assert(Int64Mode || high==0);
        if (Int64Mode) {
            high = htonl(high);