mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAME
This commit is contained in:
parent
9b64e31286
commit
cb0182160d
@ -333,7 +333,7 @@ extern enum __pmerrno_t {
|
||||
PM_ERR_PKG_LOAD,
|
||||
PM_ERR_PKG_INSTALLED,
|
||||
PM_ERR_PKG_CANT_FRESH,
|
||||
PM_ERR_INVALID_NAME,
|
||||
PM_ERR_PKG_INVALID_NAME,
|
||||
/* Groups */
|
||||
PM_ERR_GRP_NOT_FOUND,
|
||||
/* Dependencies */
|
||||
|
@ -71,7 +71,7 @@ char *alpm_strerror(int err)
|
||||
return "package already installed";
|
||||
case PM_ERR_PKG_CANT_FRESH:
|
||||
return "package not installed or lesser version";
|
||||
case PM_ERR_INVALID_NAME:
|
||||
case PM_ERR_PKG_INVALID_NAME:
|
||||
return "package name is not valid";
|
||||
/* Dependencies */
|
||||
case PM_ERR_UNSATISFIED_DEPS:
|
||||
|
Loading…
Reference in New Issue
Block a user