mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-29 04:10:05 -04:00
Remove cast
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4291 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
a3e7dffd20
commit
321fdf7a64
@ -66,7 +66,7 @@ class cmd_swhois : public command_t
|
|||||||
}
|
}
|
||||||
|
|
||||||
text = new std::string(line);
|
text = new std::string(line);
|
||||||
dest->Extend("swhois", (char*)text);
|
dest->Extend("swhois", text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user