aboutsummaryrefslogtreecommitdiff
path: root/captain/response.f90
diff options
context:
space:
mode:
Diffstat (limited to 'captain/response.f90')
-rw-r--r--captain/response.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/response.f90 b/captain/response.f90
index 1fc21b1..3982f1e 100644
--- a/captain/response.f90
+++ b/captain/response.f90
@@ -128,7 +128,7 @@ contains
! so we need to skip ahead of it in the URL if it is there...
i = index(str, self%server)
if(i > 0) then
- i = i + len(self%server)
+ i = i + len(self%server)+1
else
i = 1
end if