mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
added LOG message
svn path=/trunk/; revision=7026
This commit is contained in:
parent
f0a64ffc31
commit
e9fe559efd
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ LRESULT MainFrame::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
|
||||||
path = fsp;
|
path = fsp;
|
||||||
|
|
||||||
if (path) {
|
if (path) {
|
||||||
|
LOG(FmtString(TEXT("PM_OPEN_WINDOW: path=%s"), path));
|
||||||
lstrcpy(buffer, path);
|
lstrcpy(buffer, path);
|
||||||
path = buffer;
|
path = buffer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue