Correctly parse %DELTAS% entries in sync DB
commitb48f71841712d1839f5e900f1ec0fdf5665354ba
authortuxce <tuxce.net@gmail.com>
Thu, 17 Mar 2011 15:51:44 +0000 (17 10:51 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 17 Mar 2011 15:51:44 +0000 (17 10:51 -0500)
tree0bcc80e8682e31585dca601fea383cf400a86ed0
parente47fc2d7c6eb99a7b09393c6938ea47416cb88bc
Correctly parse %DELTAS% entries in sync DB

We erroniously dropped the call to _alpm_delta_parse() when macro-izing,
causing segfaults for repos that provide deltas. Addresses FS#23314.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/be_sync.c