[asterisk-commits] branch group/autoconf_and_menuselect r18444 -
/team/group/autoconf_and_menuse...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Apr 7 15:42:18 MST 2006
Author: russell
Date: Fri Apr 7 17:42:17 2006
New Revision: 18444
URL: http://svn.digium.com/view/asterisk?rev=18444&view=rev
Log: (empty)
Modified:
team/group/autoconf_and_menuselect/build_tools/menuselect.c
Modified: team/group/autoconf_and_menuselect/build_tools/menuselect.c
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/build_tools/menuselect.c?rev=18444&r1=18443&r2=18444&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/build_tools/menuselect.c (original)
+++ team/group/autoconf_and_menuselect/build_tools/menuselect.c Fri Apr 7 17:42:17 2006
@@ -845,7 +845,7 @@
* modules that have dependencies that have not been met. If this
* is not the case, an informative message will be printed to the
* user and the build will fail. */
- if (argc > 1 && !strcmp(argv[1], "--check-deps"))
+ if ((argc > 1) && !strcmp(argv[1], "--check-deps"))
check_deps = 1;
/* Process module dependencies */
More information about the asterisk-commits
mailing list