Commit 2df191bb authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Another usage of non-portable functions...

parent d2fac756
......@@ -311,7 +311,7 @@ MMRESULT32 WINAPI acmDriverPriority32(
for(dwPriorityCounter = 1; ; dwPriorityCounter++)
{
snprintf(szSubKey, 17, "Priorty%ld", dwPriorityCounter);
wsnprintf32A(szSubKey, 17, "Priorty%ld", dwPriorityCounter);
lError = RegQueryValue32A(hPriorityKey, szSubKey, szBuffer, &lBufferLength);
if(lError != ERROR_SUCCESS)
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment