Fix lint in previous commit

This commit is contained in:
Howard Chu 2002-01-10 18:55:13 +00:00
parent f662a39d41
commit f5bfb64f07

View File

@ -473,7 +473,7 @@ str2anlist( AttributeName *an, const char *in, const char *brkstr )
if ( !anew->an_oc ) {
free( an );
/* overwrites input string on error! */
strcpy( in, s );
strcpy( (char *)in, s );
return NULL;
}
}