mirror of
https://github.com/anope/anope.git
synced 2026-07-02 06:06:39 +02:00
BUILD : 1.7.22 (1444) BUGS : NOTES : Fixed a typo in modules.c introduced in the last commit
git-svn-id: svn://svn.anope.org/anope/trunk@1444 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1158 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
b438196563
commit
1c70638d17
+1
-1
@@ -617,7 +617,7 @@ int loadModule(Module * m, User * u)
|
||||
m->filename = sstrdup(buf);
|
||||
ano_modclearerr();
|
||||
m->handle = ano_modopen(m->filename);
|
||||
if ( m=>handle == NULL && (err = ano_moderr()) != NULL) {
|
||||
if ( m->handle == NULL && (err = ano_moderr()) != NULL) {
|
||||
alog(err);
|
||||
return MOD_ERR_NOLOAD;
|
||||
}
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="22"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1442"
|
||||
VERSION_BUILD="1444"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.22 (1444)
|
||||
# BUGS :
|
||||
# NOTES : Fixed a typo in modules.c introduced in the last commit
|
||||
#
|
||||
# BUILD : 1.7.22 (1442)
|
||||
# BUGS :
|
||||
# NOTES : Development Framework
|
||||
|
||||
Reference in New Issue
Block a user