[svn-commits] russell: trunk r453 - /trunk/menuselect.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Jan 16 14:33:34 CST 2009
Author: russell
Date: Fri Jan 16 14:33:34 2009
New Revision: 453
URL: http://svn.digium.com/svn-view/menuselect?view=rev&rev=453
Log:
Fix the issue pointed out where the 3 timing modules that have conflicts with the other 2 have broken handling
Modified:
trunk/menuselect.c
Modified: trunk/menuselect.c
URL: http://svn.digium.com/svn-view/menuselect/trunk/menuselect.c?view=diff&rev=453&r1=452&r2=453
==============================================================================
--- trunk/menuselect.c (original)
+++ trunk/menuselect.c Fri Jan 16 14:33:34 2009
@@ -1404,8 +1404,6 @@
if ((res = process_deps()))
exit(res);
- while (calc_dep_failures(0) || calc_conflict_failures(0));
-
/* The --check-deps option is used to ask this application to check to
* see if that an existing menuselect.makeopts file contains all of the
* modules that have dependencies that have not been met. If this
More information about the svn-commits
mailing list