Commit 52541cc1 authored by marco.'s avatar marco.

MacOSX: cleanups 3817 & completes 3820

parent c6488067
......@@ -126,9 +126,10 @@ FILE_LINE_READER::FILE_LINE_READER( FILE* aFile, const wxString& aFileName,
{
if( doOwn && ftell( aFile ) == 0L )
{
#ifndef __WXMAC__
setvbuf( fp, NULL, _IOFBF, BUFSIZ * 8 );
#endif
}
source = aFileName;
lineNum = aStartingLineNumber;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment