Skip to content

Commit

Permalink
Oops, id and algo reversed in fdInitDigestID() prototype :(
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Feb 21, 2017
1 parent 904fb93 commit ef0596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmio/rpmio_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rpmDigestBundle fdGetBundle(FD_t fd);
*/
void fdInitDigest(FD_t fd, int hashalgo, rpmDigestFlags flags);

void fdInitDigestID(FD_t fd, int id, int hashalgo, rpmDigestFlags flags);
void fdInitDigestID(FD_t fd, int hashalgo, int id, rpmDigestFlags flags);

/** \ingroup rpmio
*/
Expand Down

0 comments on commit ef0596d

Please sign in to comment.