summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bounce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bounce.c b/bounce.c
index 9a72db5..f1f5216 100644
--- a/bounce.c
+++ b/bounce.c
@@ -432,8 +432,8 @@ int main(int argc, char *argv[]) {
 
 	FILE *localCA = NULL;
 	if (caPath) {
-		localCA = fopen(caPath, "r");
-		if (!localCA) err(EX_NOINPUT, "%s", caPath);
+		localCA = configOpen(caPath, "r");
+		if (!localCA) return EX_NOINPUT;
 	}
 
 	struct SplitPath certSplit = splitPath(certPath);
subtle.vim?id=56eefa3a284429d3c3fceab0d3b05288ea0f9143&follow=1'>Color comments DarkBlue and LightBlueJune McEnroe 2016-07-27Color macros in yellowJune McEnroe 2016-07-26Colorscheme colors and schemesJune McEnroe 2016-07-26Add ''subtle'' colorschemeJune McEnroe 2016-07-26Add htoprcJune McEnroe 2016-07-24Add may and refactor ssh configJune McEnroe 2016-07-18Disable cursorlineJune McEnroe 2016-07-18Use hard constrast gruvbox darkJune McEnroe 2016-07-15Remove vim configurationJune McEnroe 2016-07-15Add readline to README configurations listJune McEnroe 2016-07-15Add vendor script to READMEJune McEnroe 2016-07-15Pull latest pathogen and gruvboxJune McEnroe