From 23e5a7636bba1565d000adcd4c3debc0788398c5 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 19 May 2019 00:27:43 +0200 Subject: plist_array_get_item_index(): return UINT_MAX instead of 0 when node can't be found --- include/plist/plist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/plist/plist.h b/include/plist/plist.h index 263efa8..63e9d84 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h @@ -247,7 +247,7 @@ extern "C" * Get the index of an item. item must be a member of a #PLIST_ARRAY node. * * @param node the node - * @return the node index + * @return the node index or UINT_MAX if node index can't be determined */ uint32_t plist_array_get_item_index(plist_t node); -- cgit v1.1-32-gdbae