Commit 388841fd authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

rasapi32/tests: Trace the correct variable.

parent b904dd78
...@@ -63,7 +63,7 @@ static void test_rasenum(void) ...@@ -63,7 +63,7 @@ static void test_rasenum(void)
win_skip("RasEnumDevicesA found nothing to enumerate\n"); win_skip("RasEnumDevicesA found nothing to enumerate\n");
return; return;
} }
trace("RasEnumDevicesA: returned %d buffersize %d\n", result, cb); trace("RasEnumDevicesA: returned %d buffersize %d\n", result, bufsize);
ok(result == ERROR_BUFFER_TOO_SMALL, ok(result == ERROR_BUFFER_TOO_SMALL,
"Expected ERROR_BUFFER_TOO_SMALL, got %08d\n", result); "Expected ERROR_BUFFER_TOO_SMALL, got %08d\n", result);
......
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