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

@@ -142,7 +142,7 @@ FLAC__bool file_utils__generate_flacfile(FLAC__bool is_ogg, const char *output_f
FLAC__stream_encoder_delete(encoder);
if(0 != output_filesize) {
struct _flac_stat filestats;
struct flac_stat_s filestats;
if(flac_stat(output_filename, &filestats) != 0)
return false;