Clean up signs when reading

This commit is contained in:
Simon Robertshaw
2011-06-08 18:09:03 +01:00
parent 3ea25c83b7
commit 09a3670d64
3 changed files with 16 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ void strlist_free(struct strlist **list);
void save_presets(int do_update);
void clean_text(char *text, int vwidth);
void load_presets(void);
void save_string(FILE *f, char *str);