Mercurial > mplayer.hg
changeset 8764:081116fcc50a
voxvare audio fix
patch by Charles Philip Chan <cpchan@sympatico.ca>
author | arpi |
---|---|
date | Sat, 04 Jan 2003 11:18:42 +0000 |
parents | 19e96e60a3d0 |
children | 072403f56892 |
files | loader/win32.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/win32.c Sat Jan 04 06:19:25 2003 +0000 +++ b/loader/win32.c Sat Jan 04 11:18:42 2003 +0000 @@ -3308,7 +3308,7 @@ dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => 0\n", s, s, lpfd); strcpy(lpfd->cFileName, "msms001.vwp"); strcpy(lpfd->cAlternateFileName, "msms001.vwp"); - return (HANDLE)-1; + return (HANDLE)0; } static WIN_BOOL WINAPI expFindClose(HANDLE h)