]> git.sesse.net Git - vlc/commit
Forcefully update file size if read data past the former end of it
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 8 Apr 2009 15:49:51 +0000 (18:49 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 8 Apr 2009 15:49:51 +0000 (18:49 +0300)
commit3b729128a6e2a0e0018c0f32bcd4ee611850b038
tree664e2b856272767ffb83fd74138f1df4e82d66f1
parent2c87bceb5da1413470a8e22e38cd654e6439fad5
Forcefully update file size if read data past the former end of it

Maybe we could call fstat() at every read anyway? While a file is open,
the operating system is extremely likely to have its meta data cached.
modules/access/file.c