mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
xbps_get_regpkgdb_dict(): fix previous.
--HG-- extra : convert_revision : bf88602fe6a8c87901fc8e2ffa7f94464961fcbb
This commit is contained in:
parent
1ff41ddbd7
commit
f55617312f
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ xbps_get_regpkgdb_dict(void)
|
||||||
free(plist);
|
free(plist);
|
||||||
}
|
}
|
||||||
|
|
||||||
return regpkgdb_dict;
|
return prop_dictionary_copy(regpkgdb_dict);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue