Author: cwittich
Date: Thu Sep 18 11:49:53 2008
New Revision: 36306
URL:
http://svn.reactos.org/svn/reactos?rev=36306&view=rev
Log:
forgot to fix this as well
Modified:
trunk/reactos/dll/directx/quartz/quartz.c
Modified: trunk/reactos/dll/directx/quartz/quartz.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/quartz/quartz.…
==============================================================================
--- trunk/reactos/dll/directx/quartz/quartz.c [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/quartz/quartz.c [iso-8859-1] Thu Sep 18 11:49:53 2008
@@ -40,7 +40,7 @@
}
DWORD WINAPI
-AMGetErrorTextA(HRESULT hr, LPTSTR buffer, DWORD maxlen)
+AMGetErrorTextA(HRESULT hr, LPSTR buffer, DWORD maxlen)
{
int len;
static const char format[] = "Error: 0x%lx";