From d073f772d12fbfc0486d8227cc1a23386c8feafb Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Fri, 16 Jan 2004 23:23:38 +0000 Subject: [PATCH] merge back WineHQ commit svn path=/trunk/; revision=7697 --- reactos/lib/shell32/shellpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/shell32/shellpath.c b/reactos/lib/shell32/shellpath.c index 3d55de7d6a5..7ccb7cd508d 100644 --- a/reactos/lib/shell32/shellpath.c +++ b/reactos/lib/shell32/shellpath.c @@ -521,8 +521,8 @@ BOOL WINAPI PathYetAnotherMakeUniqueName( LPCWSTR lpszShortName, LPCWSTR lpszLongName) { - FIXME("(%p, %p ,%p):stub.\n", - debugstr_w(lpszPathName), debugstr_w(lpszShortName), debugstr_w(lpszLongName)); + FIXME("(%p, %s, %s ,%s):stub.\n", + lpszBuffer, debugstr_w(lpszPathName), debugstr_w(lpszShortName), debugstr_w(lpszLongName)); return TRUE; }