From a19395f238a1060be28e11b69cbedda2be5a06fb Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 18 Feb 2019 18:10:14 -0800 Subject: [PATCH] Make comment reflect read cases --- file/show.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/show.cgi b/file/show.cgi index 8ae02abb2..0d5691407 100755 --- a/file/show.cgi +++ b/file/show.cgi @@ -119,7 +119,7 @@ if ($in{'format'}) { } else { if (!open(FILE, "<", $p)) { - # Unix permissions prevent access + # Unix permissions prevent access, or file doesn't exist &error_exit(&text('view_eopen', $p, $!)); }