mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 13:24:01 +00:00
Fix last warning
This commit is contained in:
parent
10d40cc2e8
commit
a92bac4cea
@ -190,7 +190,7 @@ bool media_detect_cd_info(const char *path, media_detect_cd_info_t *info)
|
|||||||
if (media_skip_spaces(&version_pos, 6))
|
if (media_skip_spaces(&version_pos, 6))
|
||||||
memcpy(info->version, version_pos, 6 - (version_pos - (buf + offset + 0x2a)));
|
memcpy(info->version, version_pos, 6 - (version_pos - (buf + offset + 0x2a)));
|
||||||
else
|
else
|
||||||
strlcpy(info->version, "N/A", sizeof(info->title));
|
strlcpy(info->version, "N/A", sizeof(info->version));
|
||||||
|
|
||||||
release_date_pos = buf + offset + 0x30;
|
release_date_pos = buf + offset + 0x30;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user