checkpoint
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Foodsoft.Alpm
|
||||
public void SetInstallReason(InstallReason reason)
|
||||
{
|
||||
if (alpm.alpm_pkg_set_reason(Handle, reason) != 0)
|
||||
throw new Exception(alpm.alpm_errno(((SafeCachePackageHandle) Handle).SafeAlpmHandle));
|
||||
throw new AlpmException(((SafeCachePackageHandle) Handle).SafeAlpmHandle);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user