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
The problem seems to be passing around va_list as an argument to functions, not really allowed actually. Changed to pass values instead of the va_list to the functions that handle long and long long.
Exemple:
The text was updated successfully, but these errors were encountered: