mirror of
https://github.com/anope/anope.git
synced 2026-06-26 10:56:38 +02:00
Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
This commit is contained in:
@@ -303,7 +303,7 @@ class DBMySQL : public Module
|
||||
this->OnAccessDel(ci, NULL, ci->GetAccess(i));
|
||||
}
|
||||
|
||||
void OnLevelChange(User *u, ChannelInfo *ci, const Anope::string &priv, int16 what)
|
||||
void OnLevelChange(User *u, ChannelInfo *ci, const Anope::string &priv, int16_t what)
|
||||
{
|
||||
this->Insert(ci->serialize_name(), ci->serialize());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user