mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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;
|
||||
|
||||
if (path) {
|
||||
LOG(FmtString(TEXT("PM_OPEN_WINDOW: path=%s"), path));
|
||||
lstrcpy(buffer, path);
|
||||
path = buffer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue