fix hook_exit
This commit is contained in:
parent
e6b4eabe5b
commit
e575b07d2e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ void hook_create(HOOKLIST* hooks, BOOL initial_hook)
|
||||||
{
|
{
|
||||||
if (initial_hook)
|
if (initial_hook)
|
||||||
{
|
{
|
||||||
TRACE_EXT("Module %s = %p\n", mod_path, hmod);
|
TRACE("Module %s = %p\n", mod_path, hmod);
|
||||||
}
|
}
|
||||||
|
|
||||||
_splitpath(mod_path, NULL, mod_dir, mod_filename, NULL);
|
_splitpath(mod_path, NULL, mod_dir, mod_filename, NULL);
|
||||||
|
|
Loading…
Reference in a new issue