From 21ce7e27a89c3f9c2fb4bc8bd59877dc2d8cd6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 10:21:00 +0200 Subject: New upstream version 0.8.6 --- src/UriRecompose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UriRecompose.c') 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) { -- cgit v1.2.3