]> git.sesse.net Git - vlc/commit
vlc_fopen: fix append mode
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 3 Nov 2011 17:24:14 +0000 (19:24 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 3 Nov 2011 18:03:19 +0000 (20:03 +0200)
commit7834663b7d9cae22164b035b51a72603c425e4fe
treedb05246067acde7c395594fc467b893aafb934e8
parent19cc40ec00cf1cd82d7aefe33bca21d3ab3ca72f
vlc_fopen: fix append mode

In append mode, all write operations must occur at the end of the file.
Nevertheless the initial read offset is the beginning of the file.
src/text/filesystem.c