From 34a71527e28acaa4e34be42af0fe2333cefca79e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 1 Jun 2019 20:49:16 +0200 Subject: cvs update --- src/usr.bin/calendar/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/calendar/io.c') diff --git a/src/usr.bin/calendar/io.c b/src/usr.bin/calendar/io.c index 7d4353e..3a58850 100644 --- a/src/usr.bin/calendar/io.c +++ b/src/usr.bin/calendar/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.47 2017/09/25 19:13:56 krw Exp $ */ +/* $OpenBSD: io.c,v 1.48 2019/01/29 22:28:30 tedu Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -326,7 +326,7 @@ opencal(void) if (!(chdir(home) == 0 && chdir(calendarHome) == 0 && (fdin = open(calendarFile, O_RDONLY)) != -1)) - errx(1, "no calendar file: ``%s'' or ``~/%s/%s''", + errx(1, "no calendar file: \"%s\" or \"~/%s/%s\"", calendarFile, calendarHome, calendarFile); } } -- cgit 1.4.1