From 7b4c5c12420c9c849a09f150447d86dc447a2112 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 May 2003 17:51:46 +0000 Subject: [PATCH] mingw support, bug noticed by yepyep on irc.freenode.net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10147 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index af4fd20015..94125267ba 100755 --- a/configure +++ b/configure @@ -4386,7 +4386,7 @@ char inbuffer[INBUFSIZE]; char outbuffer[OUTBUFSIZE]; int main(void) { - ssize_t numread; + size_t numread; iconv_t icdsc; char *tocode="UTF-8"; char *fromcode="cp1250";