Explorar o código

modify repeatedlydisplay() to unset manual_install so we can identify user-selected packages

Wichert Akkerman %!s(int64=25) %!d(string=hai) anos
pai
achega
b4140ddbdf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dselect/pkgsublist.cc

+ 1 - 0
dselect/pkgsublist.cc

@@ -164,6 +164,7 @@ void repeatedlydisplay(packagelist *sub,
     if (debug) fprintf(debug,"repeatedlydisplay(packagelist[%p]) once\n",sub);
     if (unredisplay) unredisplay->enddisplay();
     for (;;) {
+      manual_install = 0; /* Remove flag now that resolvesuggest has seen it. */
       newl= sub->display();
       if (!newl) break;
       if (debug) fprintf(debug,"repeatedlydisplay(packagelist[%p]) newl\n",sub);