mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
db_write: fixed md5sum field
This commit is contained in:
parent
5542a50127
commit
230d9d7ae3
@ -446,7 +446,7 @@ int _alpm_db_write(pmdb_t *db, pmpkg_t *info, unsigned int inforeq)
|
||||
fprintf(fp, "%%CSIZE%%\n"
|
||||
"%ld\n\n", info->size);
|
||||
}
|
||||
if(info->reason) {
|
||||
if(info->md5sum) {
|
||||
fprintf(fp, "%%MD5SUM%%\n"
|
||||
"%s\n\n", info->md5sum);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user