1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

10L NULL == 0 == stdin

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9827 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-04-04 15:41:00 +00:00
parent 66c4cc2f34
commit c8a5ab9ce4

View File

@ -163,7 +163,7 @@ stream_t* open_stream_full(char* filename,int mode, char** options, int* file_fo
int stream_fill_buffer(stream_t *s){
int len;
if (s->fd == NULL || s->eof) { s->buf_pos = s->buf_len = 0; return 0; }
if (s->eof) { s->buf_pos = s->buf_len = 0; return 0; }
switch(s->type){
#ifdef LIBSMBCLIENT
case STREAMTYPE_SMB: