Skip to content
Snippets Groups Projects
Commit b458560a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add assert( s != NULL )

parent 81f47aba
Branches
Tags
No related merge requests found
......@@ -39,6 +39,8 @@ attr_normalize( char *s )
{
char *save;
assert( s != NULL );
for ( save = s; *s; s++ ) {
*s = TOLOWER( (unsigned char) *s );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment