diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-09-08 10:26:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-09-08 10:26:34 +0200 |
commit | 04233c1001f3040c0c7811db5178974538ee3680 (patch) | |
tree | 6501c4625396503fa7a2df84540b23a93739c441 /src/UriRecompose.c | |
parent | e94f3be22cd927eb2b5d9554eae2032a971c7e7e (diff) | |
parent | d7dff546ec47157ba13806d91ff7e6e4836acaf6 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/UriRecompose.c')
-rw-r--r-- | src/UriRecompose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UriRecompose.c b/src/UriRecompose.c index 9678aac..2705cf1 100644 --- a/src/UriRecompose.c +++ b/src/UriRecompose.c @@ -105,7 +105,7 @@ static URI_INLINE int URI_FUNC(ToStringEngine)(URI_CHAR * dest, } return URI_ERROR_TOSTRING_TOO_LONG; } - maxChars--; /* So we don't have to substract 1 for '\0' all the time */ + maxChars--; /* So we don't have to subtract 1 for '\0' all the time */ /* [01/19] result = "" */ if (dest != NULL) { |