fix line issues reported by Olly

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8745 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-08 02:10:31 +00:00
commit 8284e73371

View file

@ -273,9 +273,8 @@ Swig_read_file(FILE *f) {
assert(str);
while (fgets(buffer,4095,f)) {
Append(str,buffer);
StringAppend(str,buffer);
}
/* Append(str,"\n"); */
return str;
}