Sigh. NOW it's ok! :-)

This commit is contained in:
Jordan K. Hubbard 1994-10-14 05:57:49 +00:00
parent 1593f21e50
commit cfa2a10c70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3579

View File

@ -1,5 +1,5 @@
#ifndef lint
static const char *rcsid = "$Id: perform.c,v 1.7 1994/10/04 16:07:46 jkh Exp $";
static const char *rcsid = "$Id: perform.c,v 1.8 1994/10/14 05:55:57 jkh Exp $";
#endif
/*
@ -97,7 +97,7 @@ pkg_do(char *pkg)
whinge("Can't stat package file '%s'.", fname);
return 1;
}
home = make_playpen(PlayPen, sb.st_size / 2);
(void)make_playpen(PlayPen, sb.st_size / 2);
if (unpack(fname, "+*")) {
whinge("Error during unpacking, no info for '%s' available.", pkg);
return 1;