(retro_stat.c) initialize variable

This commit is contained in:
twinaphex 2015-10-02 18:25:40 +02:00
parent 9bd302b4ec
commit 85be9b907d

View File

@ -168,7 +168,7 @@ bool path_is_valid(const char *path)
int32_t path_get_size(const char *path)
{
int32_t filesize;
int32_t filesize = 0;
if (path_stat(path, IS_VALID, &filesize))
return filesize;