[Mplayer-cvslog] CVS: main configure,1.708,1.709

Alex Beregszaszi alex at mplayerhq.hu
Wed May 21 19:52:17 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv2849

Modified Files:
	configure 
Log Message:
mingw support, bug noticed by yepyep on irc.freenode.net

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -r1.708 -r1.709
--- configure	18 May 2003 10:49:54 -0000	1.708
+++ configure	21 May 2003 17:51:46 -0000	1.709
@@ -4386,7 +4386,7 @@
 char outbuffer[OUTBUFSIZE];
 
 int main(void) {
-  ssize_t numread;
+  size_t numread;
   iconv_t icdsc;
   char *tocode="UTF-8";
   char *fromcode="cp1250";



More information about the MPlayer-cvslog mailing list