mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Add \n to FIXME call in acmGetVersion to prevent overflowing buffer in
wine_dbg_vprintf.
This commit is contained in:
parent
f3c93b805b
commit
2a2b1840d9
@ -68,7 +68,7 @@ DWORD WINAPI acmGetVersion(void)
|
||||
case VER_PLATFORM_WIN32_NT:
|
||||
return 0x04000565; /* 4.0.1381 */
|
||||
default:
|
||||
FIXME("%ld not supported",version.dwPlatformId);
|
||||
FIXME("%ld not supported\n",version.dwPlatformId);
|
||||
case VER_PLATFORM_WIN32_WINDOWS:
|
||||
return 0x04000000; /* 4.0.0 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user