mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Patch prop_abi.diff from Nirgal
This commit is contained in:
committed by
Brian Bruns
parent
8ef50c444e
commit
3e2407044d
@@ -96,8 +96,10 @@ main(int argc, char **argv)
|
||||
}
|
||||
void dump_kkd(MdbHandle *mdb, void *kkd, size_t len)
|
||||
{
|
||||
GArray *aprops = kkd_to_props(mdb, kkd, len);
|
||||
GArray *aprops = mdb_kkd_to_props(mdb, kkd, len);
|
||||
int i;
|
||||
if (!aprops)
|
||||
return;
|
||||
for (i=0; i<aprops->len; ++i) {
|
||||
MdbProperties *props = g_array_index(aprops, MdbProperties*, i);
|
||||
mdb_dump_props(props, stdout, 1);
|
||||
|
||||
Reference in New Issue
Block a user