davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.02k stars 250 forks source link

There is some error in examples/interactive.c #246

Open ugiwgh opened 5 years ago

ugiwgh commented 5 years ago

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?