Fix up mapped logs.

This commit is contained in:
Glenn Maynard
2003-07-23 21:45:48 +00:00
parent 5eb21182ac
commit 9ef2f59eed
+1
View File
@@ -249,6 +249,7 @@ void RageLog::MapLog(const CString &key, const char *fmt, ...)
void RageLog::UnmapLog(const CString &key)
{
LogMaps.erase(key);
UpdateMappedLog();
}
Checkpoint_::Checkpoint_(CString key_, int n, const char *fmt, ...)