aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.c
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-30 13:41:16 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-30 13:41:16 -0500
commite0c00c41e7a92c43ab031d306b3653680ff3dd52 (patch)
tree3809a572e8b221a95ce34705970e18c2dbf78598 /src/lpm.c
parentf49d5014aba8dbc5e04c3ec60353c3b7958687ac (diff)
downloadlite-xl-plugin-manager-e0c00c41e7a92c43ab031d306b3653680ff3dd52.tar.gz
lite-xl-plugin-manager-e0c00c41e7a92c43ab031d306b3653680ff3dd52.zip
Small update.
Diffstat (limited to 'src/lpm.c')
-rw-r--r--src/lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index c8c7a76..818a78a 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -475,7 +475,7 @@ static int lpm_certs(lua_State* L) {
CFTypeRef copyResult = NULL;
OSStatus err = SecItemCopyMatching(query, &copyResult);
if (err == errSecSuccess) {
- CFShow(copyResult);
+ // Try and
}
#else
return luaL_error(L, "can't use system certificates on windows or mac");