davidmoreno/onion

There is some error in examples/interactive.c

ugiwgh opened this issue · 0 comments

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?