summaryrefslogtreecommitdiff
path: root/lib/query.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-02-09 22:39:29 +0000
committerjbj <devnull@localhost>2002-02-09 22:39:29 +0000
commitd83891c743e83ced7e6773f37d5e524840702835 (patch)
tree50386574a8908700103ac2cc53679c10b8d1d950 /lib/query.c
parent1cf6127e8194d154f1e7e28c40761901531c2229 (diff)
downloadlibrpm-tizen-d83891c743e83ced7e6773f37d5e524840702835.tar.gz
librpm-tizen-d83891c743e83ced7e6773f37d5e524840702835.tar.bz2
librpm-tizen-d83891c743e83ced7e6773f37d5e524840702835.zip
Sync with 4.0.4, splint clean.
CVS patchset: 5309 CVS date: 2002/02/09 22:39:29
Diffstat (limited to 'lib/query.c')
-rw-r--r--lib/query.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/query.c b/lib/query.c
index 20a063d41..d08b02ad5 100644
--- a/lib/query.c
+++ b/lib/query.c
@@ -775,6 +775,7 @@ restart:
return 1;
}
+ md5[0] = '\0';
for (i = 0, t = md5, s = arg; i < 16; i++, t++, s += 2)
*t = (nibble(s[0]) << 4) | nibble(s[1]);