pkgsrc-wip/mutella/patches/patch-ac
Peter Bex 7cce2a373a The html files are for the HTTP interface and cannot be separated from
the picture files, unless you add another configuration option to the source.
2003-05-27 18:47:02 +00:00

13 lines
530 B
Text

$NetBSD: patch-ac,v 1.2 2003/05/27 18:47:02 airhead Exp $
--- mutella/event.cpp.orig Fri Nov 29 21:26:21 2002
+++ mutella/event.cpp
@@ -150,7 +150,7 @@ MEventReceiver::~MEventReceiver()
ED().RemoveReceiver(this);
}
-MAsyncEventReceiver::MAsyncEventReceiver(int nMaxTime, int nMaxMem /*=INT_MAX*/) : m_nMaxTime(nMaxTime), m_nMaxMem(nMaxMem)
+MAsyncEventReceiver::MAsyncEventReceiver(int nMaxTime, int nMaxMem /*=INT_MAX*/) : m_nMaxTime(nMaxTime), m_nMaxMem(nMaxMem), m_mutex(TRUE)
{
m_nMemUsed = 0;
m_nMissedEvents = 0;