(svn r22669) -Codechange: For non-windows, only test for file existence again if strtolower actually changed the name.

This commit is contained in:
alberth
2011-07-16 18:43:22 +00:00
parent 20c2b5fdde
commit d55b380b69
3 changed files with 12 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ char *CDECL str_fmt(const char *str, ...) WARN_FORMAT(1, 2);
void str_validate(char *str, const char *last, bool allow_newlines = false, bool ignore = false);
void str_strip_colours(char *str);
void strtolower(char *str);
bool strtolower(char *str);
bool StrValid(const char *str, const char *last);