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
In init_basic in event.c fprintf is used before pointer to fprintf is initialized. init_wrapper() has to be called before error handling is done (e.g. before first call of getenv()).
The text was updated successfully, but these errors were encountered:
In init_basic in event.c fprintf is used before pointer to fprintf is initialized. init_wrapper() has to be called before error handling is done (e.g. before first call of getenv()).
The text was updated successfully, but these errors were encountered: