In zq_strings.cpp we have:

Code:
// Don't actually use this to strip spaces.
char *strip_extra_spaces(char *string)
Why shouldn't I call this function? It is being called from void refresh in zquest.cpp, should we refactor that?