(svn r15625) -Codechange: remove unneeded assert

This commit is contained in:
smatz
2009-03-06 00:41:58 +00:00
parent 488b7e6bf6
commit 9c6d6c0d0e

View File

@@ -118,7 +118,6 @@ void str_validate(char *str, bool allow_newlines, bool ignore)
str += len;
continue;
}
assert(c != '\r');
/* Replace the undesirable character with a question mark */
str += len;
if (!ignore) *dst++ = '?';