Commit ce3b16b0 authored by Rémi Duraffort's avatar Rémi Duraffort

access_file: unneeded test.

parent 3556b3c8
......@@ -234,7 +234,7 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
}
else if( i_ret > 0 )
p_access->info.i_pos += i_ret;
else if( i_ret == 0 )
else
p_access->info.b_eof = true;
p_sys->i_nb_reads++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment