mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
Remove two un-needed type casts
This commit is contained in:
@@ -162,8 +162,8 @@ process_data_init (char *buf, char *cmd, char *word[],
|
|||||||
|
|
||||||
word[0] = "\000\000";
|
word[0] = "\000\000";
|
||||||
word_eol[0] = "\000\000";
|
word_eol[0] = "\000\000";
|
||||||
word[1] = (char *)buf;
|
word[1] = buf;
|
||||||
word_eol[1] = (char *)cmd;
|
word_eol[1] = cmd;
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user