diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-17 14:18:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-17 14:18:18 +0000 |
commit | 4fe818987665fb5597fc734dd0d37e339cf6dcd5 (patch) | |
tree | 7f226abf0c907e3df02e58e89bcdbabb0c7f54b4 /src/users.cpp | |
parent | 4bf95512bc85eb8bdcbf48a00a52a23bf50b296b (diff) |
Fix typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4934 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 9d7e8dc28..f833efb99 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -484,7 +484,7 @@ bool userrec::AddBuffer(std::string a) while (i != std::string::npos) { - b.erase(i, 1); + a.erase(i, 1); i = a.rfind('\r'); } |