Kill debugging line occasionally slipped into rev.1.3.
Submitted by: reg
This commit is contained in:
parent
bcad2a2f66
commit
722d004d66
@ -68,8 +68,6 @@ pkg_perform(char **indexarg)
|
||||
i = -1;
|
||||
while (pkgs[++i] != NULL) {
|
||||
if (MatchName == NULL || strstr(pkgs[i], MatchName))
|
||||
if (strcmp(pkgs[i], "mpeg_lib-1.3.1") == 0)
|
||||
printf("Found!\n");
|
||||
err_cnt += pkg_do(pkgs[i]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user