Rename _flac_stat to flac_stat_s.

This commit is contained in:
Erik de Castro Lopo
2013-03-22 18:22:57 +11:00
parent 608e246f52
commit 7dc5e3a8ff
10 changed files with 25 additions and 25 deletions

View File

@@ -93,7 +93,7 @@ static unsigned local_rand_(void)
static FLAC__off_t get_filesize_(const char *srcpath)
{
struct _flac_stat srcstat;
struct flac_stat_s srcstat;
if(0 == flac_stat(srcpath, &srcstat))
return srcstat.st_size;