summaryrefslogtreecommitdiff
path: root/src/UriRecompose.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2018-09-08 10:21:01 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2018-09-08 10:21:01 +0200
commit273a72f7b6ffa258ef3735ef44d3adf254b04c3f (patch)
tree642b60314bb654c66dd926dd10f112cae4f257f4 /src/UriRecompose.c
parente94f3be22cd927eb2b5d9554eae2032a971c7e7e (diff)
parent21ce7e27a89c3f9c2fb4bc8bd59877dc2d8cd6b9 (diff)
Update upstream source from tag 'upstream/0.8.6'
Update to upstream version '0.8.6' with Debian dir dab399747c753aac5012df1b62df1aee932286fc
Diffstat (limited to 'src/UriRecompose.c')
-rw-r--r--src/UriRecompose.c2
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) {