aboutsummaryrefslogtreecommitdiffstats
path: root/api/rundll32_i.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/rundll32_i.c')
-rw-r--r--api/rundll32_i.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/rundll32_i.c b/api/rundll32_i.c
index ca4a504..5f9de48 100644
--- a/api/rundll32_i.c
+++ b/api/rundll32_i.c
@@ -72,7 +72,7 @@ ProcessStderr(_In_ HANDLE Stderr)
else if (State == OnMsg && c == L'\n')
{
Msg[Count] = 0;
- LoggerLog(Level, Msg);
+ LoggerLog(Level, NULL, Msg);
State = OnNone;
Count = 0;
}