|
From: Andreas R. <and...@us...> - 2003-11-02 19:52:43
|
Update of /cvsroot/squeak/squeak/platforms/win32/plugins/SoundPlugin
In directory sc8-pr-cvs1:/tmp/cvs-serv11039/plugins/SoundPlugin
Modified Files:
sqWin32Sound.c
Log Message:
update to 3.6.1
Index: sqWin32Sound.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/plugins/SoundPlugin/sqWin32Sound.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sqWin32Sound.c 4 May 2002 23:20:28 -0000 1.4
--- sqWin32Sound.c 2 Nov 2003 19:52:40 -0000 1.5
***************
*** 193,197 ****
DPRINTF(("|%d", dstLen));
for(i=0;i<dstLen;i++) {
! *shortDst++ = *(shortSrc++) + 500;
}
}
--- 193,197 ----
DPRINTF(("|%d", dstLen));
for(i=0;i<dstLen;i++) {
! *shortDst++ = *(shortSrc++);
}
}
|