1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

(libretro-db) Buildfix

This commit is contained in:
twinaphex 2015-09-17 07:30:32 +02:00
parent 3591e4a308
commit 29b3045d7c

View File

@ -82,7 +82,7 @@ int libretrodb_create(int fd, libretrodb_value_provider value_provider,
libretrodb_metadata_t md;
uint64_t item_count = 0;
struct rmsgpack_dom_value item = {0};
libretrodb_header_t header = {0};
libretrodb_header_t header = {{0}};
memcpy(header.magic_number, MAGIC_NUMBER, sizeof(MAGIC_NUMBER)-1);
root = lseek(fd, 0, SEEK_CUR);