mirror of
https://github.com/encounter/libplist.git
synced 2026-03-30 11:18:56 -07:00
ad1a95e962
Instead of e.g.:
if (plist_get_node_type(plist) == PLIST_STRING)
you can now write:
if (PLIST_IS_STRING(plist))