diff options
| author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 17:01:37 +0000 |
|---|---|---|
| committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 17:01:37 +0000 |
| commit | 33a07509f5b3b238a549a0218248fd1cc53aba66 (patch) | |
| tree | 236f494905089fae97702bff9dfd54020b91ec30 /include | |
| parent | b95c53765cd3bdd85a60072f3f32d4ce4ad950bc (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/version.sh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/version.sh.c b/include/version.sh.c index bf2bac91d..67e495d5e 100644 --- a/include/version.sh.c +++ b/include/version.sh.c @@ -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"); } |
