StorageAPI: Only proccess items for the last returned sub category or root item.

This commit is contained in:
Maschell
2023-02-15 19:42:47 +01:00
parent 7f76e31e70
commit e40d91fcec
2 changed files with 94 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ typedef enum {
WUPS_STORAGE_ERROR_B64_DECODE_FAILED = -9,
WUPS_STORAGE_ERROR_BUFFER_TOO_SMALL = -10,
WUPS_STORAGE_ERROR_MALLOC_FAILED = -11,
WUPS_STORAGE_ERROR_NOT_ACTIVE_CATEGORY = -13,
} WUPSStorageError;
typedef struct wups_storage_item_t_ {