Revision: 452
http://vde.svn.sourceforge.net/vde/?rev=452&view=rev
Author: rd235
Date: 2010-11-23 23:42:40 +0000 (Tue, 23 Nov 2010)
Log Message:
-----------
bugfix: missing brackets (thanks godog)
Modified Paths:
--------------
trunk/vde-2/src/wirefilter.c
Modified: trunk/vde-2/src/wirefilter.c
===================================================================
--- trunk/vde-2/src/wirefilter.c 2010-11-23 23:18:34 UTC (rev 451)
+++ trunk/vde-2/src/wirefilter.c 2010-11-23 23:42:40 UTC (rev 452)
@@ -480,8 +480,9 @@
old->counter < pqh[j]->counter)
)
break;
- else
+ else {
pqh[k]=pqh[j];k=j;
+ }
}
pqh[k]=old;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
vde-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vde-users