1 Mar
2008
1 Mar
'08
11:15 a.m.
On Sat, Mar 01, 2008 at 11:18:18AM +0100, Nagy Gabor wrote:
Hi! Patch attached. Bye
* first stat the file (alpm_pkg_load never reports PM_ERR_PKG_NOT_FOUND)
Doesn't it report PM_ERR_PKG_OPEN ? 1029 if (archive_read_open_filename(archive, pkgfile, 1030 ARCHIVE_DEFAULT_BYTES_PER_BLOCK) != ARCHIVE_OK) { 1031 RET_ERR(PM_ERR_PKG_OPEN, NULL); 1032 }