mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-03 23:00:05 -04:00
Fix typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4934 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4bf95512bc
commit
4fe8189876
@ -484,7 +484,7 @@ bool userrec::AddBuffer(std::string a)
|
|||||||
|
|
||||||
while (i != std::string::npos)
|
while (i != std::string::npos)
|
||||||
{
|
{
|
||||||
b.erase(i, 1);
|
a.erase(i, 1);
|
||||||
i = a.rfind('\r');
|
i = a.rfind('\r');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user