aboutsummaryrefslogtreecommitdiff
path: root/captain/special.f90
diff options
context:
space:
mode:
Diffstat (limited to 'captain/special.f90')
-rw-r--r--captain/special.f902
1 files changed, 1 insertions, 1 deletions
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)