X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/0316e2c1fb71c53b1299badab997a6f24fefa39e..4ce3a2443e479ba42f1572c706347b748e6975a7:/source/UserList.C diff --git a/source/UserList.C b/source/UserList.C index b2f75a6..ef2d21f 100644 --- a/source/UserList.C +++ b/source/UserList.C @@ -14,8 +14,10 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +// 02110-1301, USA. +#include #include #include @@ -73,9 +75,9 @@ UserList::read() password = ""; } - l.push_back(new UserListItem(mask, maskChannel, atoi(level), - atoi(prot), atoi(aop), - atol(expiration), password)); + l.push_back(new UserListItem(mask, maskChannel, std::atoi(level), + std::atoi(prot), std::atoi(aop), + std::atol(expiration), password)); line++; }