mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix debugprint
svn path=/trunk/; revision=39268
This commit is contained in:
parent
70f8f48451
commit
4d1d1fe9c5
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ GetTempPathW (
|
||||||
path[0] = 0; /* avoid returning ambiguous "X:" */
|
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;
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue