diff options
author | Kylie McClain <kylie@somasis.com> | 2016-11-01 22:48:45 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-01 23:53:05 -0400 |
commit | 7ce25c2d6605d10466a9e8d8742fe1ed5e231709 (patch) | |
tree | 65172148197a052f12b4be4ec2996a650d7d2e7d /src/logic/slbt_exec_uninstall.c | |
parent | 4a7f9941e0b15da74e7ff81a4092169396ae8f61 (diff) | |
download | slibtool-7ce25c2d6605d10466a9e8d8742fe1ed5e231709.tar.bz2 slibtool-7ce25c2d6605d10466a9e8d8742fe1ed5e231709.tar.xz |
error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.
Diffstat (limited to 'src/logic/slbt_exec_uninstall.c')
-rw-r--r-- | src/logic/slbt_exec_uninstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logic/slbt_exec_uninstall.c b/src/logic/slbt_exec_uninstall.c index 2e54f79..cc27911 100644 --- a/src/logic/slbt_exec_uninstall.c +++ b/src/logic/slbt_exec_uninstall.c @@ -286,7 +286,7 @@ int slbt_exec_uninstall( : ARGV_VERBOSITY_NONE))) return slbt_exec_uninstall_fail( actx,meta, - SLBT_CUSTOM_ERROR(dctx,0)); + SLBT_CUSTOM_ERROR(dctx,SLBT_ERR_UNINSTALL_FAIL)); /* dest, alternate argument vector options */ argv = ectx->altv; |