Hi,
On Thu, 2006-07-20 at 18:00:09 +0100, Ian Jackson wrote:
> Package: dpkg
> Version: 1.3.22
>
> Seen in src/archives.c:
>
> narglist[i++]= strdup("f");
> narglist[i++]= strdup("-print0");
> narglist[i++]= 0;
> execvp(FIND, narglist);
> ohshite(_("failed to exec f
Package: dpkg
Version: 1.3.22
Seen in src/archives.c:
narglist[i++]= strdup("f");
narglist[i++]= strdup("-print0");
narglist[i++]= 0;
execvp(FIND, narglist);
ohshite(_("failed to exec find for --recursive"));
The same code in dpkg 1.4.0 read:
const char **arglist
2 matches
Mail list logo