From b30fe7c420f108c4ed94ef64691a45eba0d1f29c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Mar 2000 22:59:41 +0000 Subject: no_comment --- hdlist2names.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdlist2names.cc') diff --git a/hdlist2names.cc b/hdlist2names.cc index cdb0c32..9cdb335 100644 --- a/hdlist2names.cc +++ b/hdlist2names.cc @@ -30,7 +30,7 @@ int main(int argc, char **argv) } for (int i = 1; i < argc; i++) { FD_t fd = strcmp(argv[i], "-") == 0 ? fdDup(STDIN_FILENO) : fdOpen(argv[i], O_RDONLY, 0); - if (fdFileno(fd) < 0) cerr << "rpmpackdeps: cannot open file " << argv[i] << "\n"; + if (fdFileno(fd) < 0) cerr << "hdlist2names: cannot open file " << argv[i] << "\n"; else { Header header; while ((header=headerRead(fd, HEADER_MAGIC_YES))) { -- cgit v1.2.1