shithub: aacenc

Download patch

ref: c0245f454bd6f40dc5225873b4c8da9656feabac
parent: dafceb5d10544e890f75d4a044e32c71f1a3d33a
author: menno <menno>
date: Thu Mar 15 05:54:52 EST 2001

Small bugfix

--- a/wingui/Listobj.cpp
+++ b/wingui/Listobj.cpp
@@ -17,7 +17,8 @@
 	*m_piUsageStack=1;
 }
 
-CBListReader::CBListReader(const CBListReader &oSource)
+CBListReader::CBListReader(const CBListReader &oSource):
+	m_piUsageStack(0)
 {
 	*this=oSource;
 }