projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4cf4b
)
Sanity.
author
jbj
<devnull@localhost>
Sat, 30 Oct 1999 16:16:30 +0000
(16:16 +0000)
committer
jbj
<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
patch
|
blob
|
history
diff --git
a/lib/rpmbzio.c
b/lib/rpmbzio.c
index
72a08a6
..
9acd3dc
100644
(file)
--- a/
lib/rpmbzio.c
+++ b/
lib/rpmbzio.c
@@
-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(
fd
Fileno(fd), mode);
+ BZFILE *bzfile = bzdopen(Fileno(fd), mode);
if (bzfile != NULL) {
fd->fd_fd = -1;
fd->fd_bzd = bzfile;