diff options
author | jbj <devnull@localhost> | 1999-09-12 20:43:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-12 20:43:23 +0000 |
commit | f005d4c15c11eacc245d11e2f069881d2543e32c (patch) | |
tree | b001f1e5698de223c4a813e3b00dea011b8c5748 /lib/fprint.c | |
parent | fa165f14175844cbb582eea1617345da0bd779eb (diff) | |
download | librpm-tizen-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.gz librpm-tizen-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.bz2 librpm-tizen-f005d4c15c11eacc245d11e2f069881d2543e32c.zip |
Fiddles to resurrect lclint.
CVS patchset: 3281
CVS date: 1999/09/12 20:43:23
Diffstat (limited to 'lib/fprint.c')
-rw-r--r-- | lib/fprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fprint.c b/lib/fprint.c index b9d4c32ad..2780fee98 100644 --- a/lib/fprint.c +++ b/lib/fprint.c @@ -15,7 +15,7 @@ struct lookupCache { static int strCompare(const void * a, const void * b) { const char * const * one = a; - const char * const * two = a; + const char * const * two = b; return strcmp(*one, *two); } |