[MPlayer-dev-eng] latest mingw network patch

flo/yepyep flodt8 at yahoo.de
Tue Jun 3 12:18:46 CEST 2003


 --- Alex Beregszaszi <alex at fsn.hu> wrote:

> > -	bzero(&server_address, sizeof(server_address));
> > -	
> > +	memset(&server_address,0x0,sizeof(server_address));
> > +
> and this? is there no bzero() call? altought it's used in the
> subreader code too, which is working on mingw, or am I false?

hmm, indeed, bzero works on mingw too. my mistake! though you might
call it inconsistent, as memset is used earlier in this file too.
:)anyhow, you can safely ignore this change if you want.

flo/yepyep

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de



More information about the MPlayer-dev-eng mailing list