Wichert Akkerman 26 年之前
父節點
當前提交
7554cd4b7f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/depcon.c

+ 1 - 1
main/depcon.c

@@ -198,7 +198,7 @@ int depisok(struct dependency *dep, struct varbuf *whynot,
   
   
   /* TODO: check dep_enhances as well (WTA) */
   /* TODO: check dep_enhances as well (WTA) */
   if (dep->type == dep_depends || dep->type == dep_predepends ||
   if (dep->type == dep_depends || dep->type == dep_predepends ||
-      dep->type == dep_recommends || dep->type = dep_suggests ) {
+      dep->type == dep_recommends || dep->type == dep_suggests ) {
     
     
     /* Go through the alternatives.  As soon as we find one that
     /* Go through the alternatives.  As soon as we find one that
      * we like, we return `1' straight away.  Otherwise, when we get to
      * we like, we return `1' straight away.  Otherwise, when we get to