On Fri, 15 Dec 2006 15:27:52 +0100, Aidan Kehoe wrote:
Yeah, there’s an unfortunate history with XEmacs and size_t, so a question:
does changing the declaration to long work as well?
Yes, it does.
Hans
> Index: src/linuxplay.c
> ===================================================================
> RCS file: /pack/xemacscvs/XEmacs/xemacs/src/linuxplay.c,v
> retrieving revision 1.13
> diff -u -B -r1.13 linuxplay.c
> --- src/linuxplay.c 2001/04/12 18:23:58 1.13
> +++ src/linuxplay.c 2006/12/11 20:39:44
> @@ -290,7 +290,8 @@
> fmtType ffmt;
> int fmt,speed,tracks;
> unsigned char *pptr,*optr,*cptr,*sptr;
> - int wrtn,rrtn,crtn,prtn;
> + int wrtn,crtn;
> + size_t prtn,rrtn;
> unsigned char sndbuf[SNDBUFSZ];
>
> /* We need to read at least the header information before we can start
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches