1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 11:53:14 +02:00

BUILD : 1.7.14 (1049) BUGS : NOTES : Two small win32 fixes...

git-svn-id: svn://svn.anope.org/anope/trunk@1049 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@773 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-13 17:01:37 +00:00
parent b95c53765c
commit 33a07509f5
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -219,5 +219,6 @@ void parse_line(FILE * fd, char *line)
} else
fputc(*c, fd);
}
fprintf(fd, "\r\n");
/* We only need \n here - we didn't open the file as binary -GD */
fprintf(fd, "\n");
}
+2
View File
@@ -18,9 +18,11 @@
#include "pseudo.h"
#include "inspircd.h"
#ifndef _WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#endif
#ifdef _WIN32
#include "winsock.h"
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1048"
VERSION_BUILD="1049"
# $Log$
#
# BUILD : 1.7.14 (1049)
# BUGS :
# NOTES : Two small win32 fixes...
#
# BUILD : 1.7.14 (1048)
# BUGS : 510
# NOTES : Fixed a lot of redundant function declarations