Sanity.
authorjbj <devnull@localhost>
Sat, 30 Oct 1999 16:16:30 +0000 (16:16 +0000)
committerjbj <devnull@localhost>
Sat, 30 Oct 1999 16:16:30 +0000 (16:16 +0000)
CVS patchset: 3405
CVS date: 1999/10/30 16:16:30

lib/rpmbzio.c

index 72a08a6..9acd3dc 100644 (file)
@@ -27,7 +27,7 @@ FD_t bzdOpen(const char *pathname, const char *mode) {
 }
 
 FD_t bzdFdopen(FD_t fd, const char *mode) {
-    BZFILE *bzfile  = bzdopen(fdFileno(fd), mode);
+    BZFILE *bzfile  = bzdopen(Fileno(fd), mode);
     if (bzfile != NULL) {
        fd->fd_fd = -1;
        fd->fd_bzd = bzfile;