fix vc6 compile
This commit is contained in:
@@ -140,7 +140,7 @@ void IniFile::WriteFile()
|
|||||||
if( fp == NULL )
|
if( fp == NULL )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fwrite(buf.GetBuffer(), buf.GetLength(), 1, fp);
|
fwrite(buf.GetBuffer(0), buf.GetLength(), 1, fp);
|
||||||
fclose( fp );
|
fclose( fp );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user