Mercurial > hg > xemacs-beta
diff src/linuxplay.c @ 4030:5bc9d592760f
[xemacs-hg @ 2007-06-22 17:39:04 by stephent]
More 64-bit tweaking for linuxplay crash. <18044.2908.520538.490158@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 22 Jun 2007 17:39:07 +0000 |
parents | d240e1ef5356 |
children | ed624ab64583 |
line wrap: on
line diff
--- a/src/linuxplay.c Fri Jun 22 17:26:22 2007 +0000 +++ b/src/linuxplay.c Fri Jun 22 17:39:07 2007 +0000 @@ -275,8 +275,9 @@ fmtType ffmt; int fmt,speed,tracks; void *pptr, *optr, *cptr, *sptr; - int wrtn,rrtn,crtn,prtn; - Binbyte sndbuf[SNDBUFSZ]; + int wrtn, crtn; + size_t prtn, rrtn; + Binbyte sndbuf[SNDBUFSZ]; /* We need to read at least the header information before we can start doing anything */