diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-02 10:50:22 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-02 10:50:22 +0000 |
commit | 536190a46b9a2b982e49424f1a24c6bfc50856a5 (patch) | |
tree | d96f2d16f1f3d727d81bf86e185df6529c57f002 | |
parent | af56eb8e61d948b0b10793fae29461f6eed805c7 (diff) |
git-svn-id: svn://svn.anope.org/anope/trunk@1104 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@828 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/sockutil.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/sockutil.c b/src/sockutil.c index 2308dd528..049f181d3 100644 --- a/src/sockutil.c +++ b/src/sockutil.c @@ -453,7 +453,7 @@ char *sgets2(char *buf, int len, ano_socket_t s) char *str = sgets(buf, len, s); if (!str || str == (char *) -1) - return str; + return NULL; str = buf + strlen(buf) - 1; if (*str == '\n') *str-- = 0; diff --git a/version.log b/version.log index 3dcfa4208..15317acbe 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1103" +VERSION_BUILD="1104" # $Log$ # +# BUILD : 1.7.14 (1104) +# BUGS : 557 +# NOTES : new fix to make the last fix work ;-p +# # BUILD : 1.7.14 (1103) # BUGS : 557 # NOTES : Fixed very nasty typecast. GCC Hardened should now work. |