Hi all, spelling stuff. -- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany
Determining best CVS host... Using CVSROOT :pserver:cvs@rhlx01.fht-esslingen.de:/home/wine Index: dlls/dplayx/dplay.c =================================================================== RCS file: /home/wine/wine/dlls/dplayx/dplay.c,v retrieving revision 1.34 diff -u -r1.34 dplay.c --- dlls/dplayx/dplay.c 9 Mar 2002 23:29:36 -0000 1.34 +++ dlls/dplayx/dplay.c 19 May 2002 21:11:14 -0000 @@ -3684,8 +3684,8 @@ HKEY hkServiceProvider; GUID serviceProviderGUID; - DWORD returnTypeGUID, sizeOfReturnBuffer = 50; char returnBuffer[51]; + DWORD returnTypeGUID, sizeOfReturnBuffer = 50; WCHAR buff[51]; DPNAME dpName; BOOL bBuildPass; @@ -3723,11 +3723,13 @@ dpName.u2.lpszLongNameA = NULL; /* Create the compound address for the service provider. - NOTE: This is a gruesome architectural scar right now. DP uses DPL and DPL uses DP - nast stuff. This may be why the native dll just gets around this little bit by - allocating an 80 byte buffer which isn't even a filled with a valid compound - address. Oh well. Creating a proper compound address is the way to go anyways - despite this method taking slightly more heap space and realtime :) */ + NOTE: This is a gruesome architectural scar right now. + DP uses DPL and DPL uses DP. + nasty stuff. This may be why the native dll just gets around + this little bit by allocating an 80 byte buffer which isn't even + filled with a valid compound address. Oh well. Creating a proper + compound address is the way to go anyways despite this method + taking slightly more heap space and realtime :) */ bBuildPass = DP_BuildSPCompoundAddr( &serviceProviderGUID, &lpAddressBuffer, Index: dlls/user/user_main.c =================================================================== RCS file: /home/wine/wine/dlls/user/user_main.c,v retrieving revision 1.40 diff -u -r1.40 user_main.c --- dlls/user/user_main.c 9 Mar 2002 23:44:30 -0000 1.40 +++ dlls/user/user_main.c 19 May 2002 21:11:14 -0000 @@ -223,7 +223,7 @@ tweak_init(); if (!load_driver()) return FALSE; - /* Initialize system colors and metrics*/ + /* Initialize system colors and metrics */ SYSMETRICS_Init(); SYSCOLOR_Init(); Index: dlls/wineps/ppd.c =================================================================== RCS file: /home/wine/wine/dlls/wineps/ppd.c,v retrieving revision 1.6 diff -u -r1.6 ppd.c --- dlls/wineps/ppd.c 9 Mar 2002 23:44:32 -0000 1.6 +++ dlls/wineps/ppd.c 19 May 2002 21:11:14 -0000 @@ -548,7 +548,7 @@ PPD *ppd; PPDTuple tuple; - TRACE("%s\n", fname); + TRACE("file '%s'\n", fname); if((fp = fopen(fname, "r")) == NULL) { WARN("Couldn't open ppd file '%s'\n", fname);