You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built an example of the event_log ("example/event_log").
But it doesn't work.
Instead of The drive C: has low free disk space. At least 2097152 Mb of free space is recommended
I've got The drive has low free disk space. At least Mb of free space is recommended..
There is an array of empty strings in the report_event call: WORD wNumStrings = 2; const char** lpStrings = { "", ""}.
Maybe, it is related to:
I've built an example of the event_log ("example/event_log").
But it doesn't work.
Instead of
The drive C: has low free disk space. At least 2097152 Mb of free space is recommended
I've got
The drive has low free disk space. At least Mb of free space is recommended.
.There is an array of empty strings in the report_event call:
WORD wNumStrings = 2; const char** lpStrings = { "", ""}.
Maybe, it is related to:
After calling
strm.flush();
insertions[i]
is empty,The text was updated successfully, but these errors were encountered: