diff --git a/src/Matrix.c b/src/Matrix.c index 46e2fd9..018fc10 100644 --- a/src/Matrix.c +++ b/src/Matrix.c @@ -330,7 +330,7 @@ MatrixGetAccessToken(HttpServerContext * context, char **accessToken) } /* Seek past "Bearer" */ - token += 8; + token += 7; /* Seek past any spaces between "Bearer" and the token */ while (*token && isspace((unsigned char) *token))