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 interactive.c the function format_query(const char *key, const char *value, char *temp) should be format_query(char *temp, const char *key, const char *value, int flags), am I right?
The text was updated successfully, but these errors were encountered:
In interactive.c the function format_query(const char *key, const char *value, char *temp) should be format_query(char *temp, const char *key, const char *value, int flags), am I right?
The text was updated successfully, but these errors were encountered: