projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eee5e7
)
add debug message
author
root
<devnull@localhost>
Fri, 23 Feb 1996 05:15:13 +0000
(
05:15
+0000)
committer
root
<devnull@localhost>
Fri, 23 Feb 1996 05:15:13 +0000
(
05:15
+0000)
CVS patchset: 409
CVS date: 1996/02/23 05:15:13
lib/signature.c
patch
|
blob
|
history
diff --git
a/lib/signature.c
b/lib/signature.c
index
1190941
..
1de5d64
100644
(file)
--- a/
lib/signature.c
+++ b/
lib/signature.c
@@
-190,6
+190,7
@@
static int makePGPSignature(char *file, int ofd, char *passPhrase)
fd = open(sigfile, O_RDONLY);
if (read(fd, sigbuf, 152) != 152) { /* signature is 152 bytes */
+ perror("bad sigfile:");
unlink(sigfile);
close(fd);
error(RPMERR_SIGGEN, "unable to read 152 bytes of signature");