Make comment reflect read cases

This commit is contained in:
Jamie Cameron
2019-02-18 18:10:14 -08:00
parent 9ecb8b578d
commit a19395f238

View File

@@ -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, $!));
}