Fix KSF loading.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user