rasapi32/tests: Trace the correct variable.

This commit is contained in:
Detlef Riekenberg 2008-09-07 16:48:48 +02:00 committed by Alexandre Julliard
parent b904dd783c
commit 388841fd13
1 changed files with 1 additions and 1 deletions

View File

@ -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);