Removed cast made superfluous by added newstr to string.h
This commit is contained in:
@@ -12,6 +12,6 @@ int i;
|
||||
error(3);
|
||||
buf[0]=i;
|
||||
buf[1]=0;
|
||||
s= (String *) _newstr(buf);
|
||||
s= _newstr(buf);
|
||||
return(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user