[xiph-commits] r8658 - trunk/oggdsf/src/tools/CLOgg
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Fri Jan 7 07:30:08 PST 2005
Author: illiminable
Date: 2005-01-07 07:30:07 -0800 (Fri, 07 Jan 2005)
New Revision: 8658
Modified:
trunk/oggdsf/src/tools/CLOgg/CLOgg.cpp
Log:
* CLOgg down to 0 warnings
Modified: trunk/oggdsf/src/tools/CLOgg/CLOgg.cpp
===================================================================
--- trunk/oggdsf/src/tools/CLOgg/CLOgg.cpp 2005-01-07 15:24:46 UTC (rev 8657)
+++ trunk/oggdsf/src/tools/CLOgg/CLOgg.cpp 2005-01-07 15:30:07 UTC (rev 8658)
@@ -66,7 +66,7 @@
{
/* Insert failure-handling code here. */
}
- while(true) //!bDone)
+ while(!bDone)
{
if (WAIT_OBJECT_0 == WaitForSingleObject(hEvent, 100))
{
More information about the commits
mailing list