Move file_size to an int64_t, matching other types (off_t)

This commit is contained in:
Julien BLACHE 2010-02-02 21:01:56 +01:00
parent 516909545b
commit 5d41d2d99c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct media_file_info {
uint32_t bitrate;
uint32_t samplerate;
uint32_t song_length;
uint64_t file_size;
int64_t file_size;
uint32_t year; /* TDRC */
uint32_t track; /* TRCK */