fix vc6 compile

This commit is contained in:
Glenn Maynard
2003-07-24 01:29:37 +00:00
parent 6f6517d887
commit 5e37f10103
+1 -1
View File
@@ -140,7 +140,7 @@ void IniFile::WriteFile()
if( fp == NULL )
return;
fwrite(buf.GetBuffer(), buf.GetLength(), 1, fp);
fwrite(buf.GetBuffer(0), buf.GetLength(), 1, fp);
fclose( fp );
}