mirror of
https://github.com/anope/anope.git
synced 2026-07-02 07:06:38 +02:00
BUILD : 1.7.8 (594) BUGS : N/A NOTES : Changes strdup to sstrdup - doh!
git-svn-id: svn://svn.anope.org/anope/trunk@594 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@443 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
30f8519717
commit
1a1781fd0c
+1
-1
@@ -1142,7 +1142,7 @@ char *str_signed(unsigned char *str)
|
||||
|
||||
char *stripModePrefix(const char *str) {
|
||||
if(str) {
|
||||
return strdup(str+1);
|
||||
return sstrdup(str+1);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="8"
|
||||
VERSION_BUILD="593"
|
||||
VERSION_BUILD="594"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.8 (594)
|
||||
# BUGS : N/A
|
||||
# NOTES : Changes strdup to sstrdup - doh!
|
||||
#
|
||||
# BUILD : 1.7.8 (593)
|
||||
# BUGS : 307
|
||||
# NOTES : Fixed admin/owner mode handling
|
||||
|
||||
Reference in New Issue
Block a user