mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fix debugprint
svn path=/trunk/; revision=39268
This commit is contained in:
@@ -212,7 +212,7 @@ GetTempPathW (
|
||||
path[0] = 0; /* avoid returning ambiguous "X:" */
|
||||
}
|
||||
|
||||
TRACE("GetTempPathW returning %u, %s\n", ret, path);
|
||||
TRACE("GetTempPathW returning %u, %S\n", ret, path);
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user