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; }