Doh, copy-paste error in patch

This commit is contained in:
Panu Matilainen 2008-01-04 07:20:44 +00:00
parent 9c33f48d08
commit 438a53d31f

View File

@ -36,7 +36,7 @@ diff -up rpm-4.4.2.2/tools/debugedit.c.gcc43 rpm-4.4.2.2/tools/debugedit.c
if (d == NULL) if (d == NULL)
goto bad; goto bad;
- process (d->d_buf, d->d_size); - process (d->d_buf, d->d_size);
+ rpmDigestUpdate(ctx, x.d_buf, x.d_size); + rpmDigestUpdate(ctx, d->d_buf, d->d_size);
} }
} }
} }