summaryrefslogtreecommitdiff
path: root/src/UriRecompose.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2018-09-09 08:50:22 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2018-09-09 08:50:22 +0200
commitcc175e2048d967ddb8f3e54587938072150bbc7c (patch)
treecc3d2dfdcc29a1a46c6f3cd323edee805c90c437 /src/UriRecompose.c
parentf10130df30ed342e6064aa60d2a56f5107385d6b (diff)
parent88c5a2de8655da11adc5999be9b2dccc6632f07b (diff)
Merge branch 'release/debian/0.8.6-1'debian/0.8.6-1
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) {