1
0
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:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-03 09:15:06 +00:00
parent 30f8519717
commit 1a1781fd0c
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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