Fix KSF loading.

This commit is contained in:
Glenn Maynard
2002-12-14 21:30:24 +00:00
parent 3451f4307b
commit 36cff08e99
+4
View File
@@ -195,6 +195,10 @@ void MsdFile::ReadBuf( char *buf, int len )
i++;
}
/* Add any unterminated value at the very end. */
if(ReadingValue)
AddParam(buf+value_start, i - value_start);
}
// returns true if successful, false otherwise