|
@@ -398,7 +398,6 @@ void pkgDPkgPM::ProcessDpkgStatusLine(int OutStatusFd, char *line)
|
|
|
std::clog << "ignoring line: not enough ':'" << std::endl;
|
|
std::clog << "ignoring line: not enough ':'" << std::endl;
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
- char *action = list[0];
|
|
|
|
|
char *pkg = list[1];
|
|
char *pkg = list[1];
|
|
|
char *action = _strstrip(list[2]);
|
|
char *action = _strstrip(list[2]);
|
|
|
|
|
|