ChangeSet ID: 1032226166400499105992825
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/09/16 20:29:26
Modified files:
dlls/winmm/winearts: audio.c
Log message:
Jerry Jenkins <Jerry_J_Jenkins(a)hotmail.com>
Modified volume_effect8 for taking unsigned data as signed data, and
wodPlayer_WriteMaxFrags because of wrong data length which lead to
strange noise and volume control working incorrectly.
Patch: http://cvs.winehq.com/patch.py?id=1032226166400499105992825
Revision Changes Path
1.7 +5 -5 wine/dlls/winmm/winearts/audio.c
ChangeSet ID: 1032226076324729053842933
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/09/16 20:27:56
Modified files:
files : file.c
Log message:
Martin Wilck <Martin.Wilck(a)Fujitsu-Siemens.com>
- Return correct error codes.
- Fix behaviour if files are on different Wine drives
- delete source if copy successful
- try rename() - files may be on the same Unix file system.
- Try copy/delete if rename() fails: files may be on the same DOS
drive, but on different Unix file systems.
Patch: http://cvs.winehq.com/patch.py?id=1032226076324729053842933
Revision Changes Path
1.165 +30 -14 wine/files/file.c