[Javabdd-checkins] JavaBDD/buddy/src reorder.c,1.9,1.10
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2005-05-04 22:36:53
|
Update of /cvsroot/javabdd/JavaBDD/buddy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10058/buddy/src Modified Files: reorder.c Log Message: Fixed idiotic bug. Index: reorder.c =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/buddy/src/reorder.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** reorder.c 8 Apr 2005 05:28:05 -0000 1.9 --- reorder.c 4 May 2005 22:36:43 -0000 1.10 *************** *** 1657,1661 **** void bdd_reorder_auto(void) { ! if (!bdd_reorder_ready) return; --- 1657,1661 ---- void bdd_reorder_auto(void) { ! if (!bdd_reorder_ready()) return; |