From def9f944e774a6b529916a8d79c9511b56065392 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 8 Apr 2021 09:37:39 -0400 Subject: Fixed favicon path calculation --- captain/special.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captain') diff --git a/captain/special.f90 b/captain/special.f90 index f1c5e94..43a4a6a 100644 --- a/captain/special.f90 +++ b/captain/special.f90 @@ -27,7 +27,7 @@ contains call combine_paths(static_dir, filename, res) else if(trim(category) == "favicon.txt") then allocate(character(len=(len_trim(static_dir)+len_trim(filename)+1)) :: res) - call combine_paths(static_dir, filename, res) + call combine_paths(static_dir, "favicon.txt", res) else if(trim(category) == "instructions") then allocate(character(len=(len_trim(instructions_dir)+len_trim(filename)+1)) :: res) call combine_paths(instructions_dir, filename, res) -- cgit v1.2.3