>From c926f5a73bd61de84ced23254ea0d5c45c3778e8 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 23:11:33 +0200 Subject: [PATCH] Fix a copy-paste mistake --- dlls/version/tests/info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/version/tests/info.c b/dlls/version/tests/info.c index 9a6bcf4..56cc8a9 100644 --- a/dlls/version/tests/info.c +++ b/dlls/version/tests/info.c @@ -167,7 +167,7 @@ static void test_info_size(void) } } else - trace("skipping GetModuleFileNameA(NULL,..) failed\n"); + trace("skipping GetSystemDirectoryA(mypath,..) failed\n"); create_file("test.txt"); -- 1.5.5.1