1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Add padding to struct memo for non mysql builds to keep abi compat with mysql builds

This commit is contained in:
Adam
2013-09-18 20:01:08 -04:00
parent d24ae1f961
commit 7a741b467c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -496,6 +496,8 @@ struct memo_ {
ModuleData *moduleData; /* Module saved data attached to the Memo */
#ifdef USE_MYSQL
uint32 id; /* Database ID; see mysql.c */
#else
uint32 notused; /* ABI compat with no mysql */
#endif
};
+1 -1
View File
@@ -8,7 +8,7 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="9"
VERSION_EXTRA="-git"
VERSION_BUILD="3125"
VERSION_BUILD="3126"
# Changes since 1.8.8 Release
#Revision 3125 - Fix kick reason in cs_suspend and cs_forbid if no reason is given