update: redesigning ctx functions and structure
This commit is contained in:
@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
|
||||
lm_ctx_pool_get_info(&ctx, true, true, NULL, NULL);
|
||||
lm_ctx_pool_get_list(&ctx, true, true, NULL, NULL);
|
||||
|
||||
if(!lm_ctx_install(&ctx, "which")){
|
||||
if (!lm_ctx_install(&ctx, "which")) {
|
||||
printf("failed to install the package: %s (%d)\n", lm_strerror(), lm_error());
|
||||
goto end;
|
||||
}
|
||||
|
Reference in New Issue
Block a user