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:
parent
8b9a7ae769
commit
8284e73371
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue