mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -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);
|
||||
dest->Extend("swhois", (char*)text);
|
||||
dest->Extend("swhois", text);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user