Removed cast made superfluous by added newstr to string.h
This commit is contained in:
parent
5fc9fdf795
commit
52a627589a
|
@ -12,6 +12,6 @@ int i;
|
|||
error(3);
|
||||
buf[0]=i;
|
||||
buf[1]=0;
|
||||
s= (String *) _newstr(buf);
|
||||
s= _newstr(buf);
|
||||
return(s);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue