Declare remote_dir_exists[] as signed char to be sure that values of -1 are valid. Signed-off-by: Nick Hengeveld <nickh@xxxxxxxxxxxx> --- http-push.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 446e5a54db80664a0ae2a418766811136952067e diff --git a/http-push.c b/http-push.c index 42b0d59..a35e74d 100644 --- a/http-push.c +++ b/http-push.c @@ -66,7 +66,7 @@ enum XML_Status { static int pushing = 0; static int aborted = 0; -static char remote_dir_exists[256]; +static signed char remote_dir_exists[256]; static struct curl_slist *no_pragma_header; static struct curl_slist *default_headers; -- 1.2.4.g55c6-dirty - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html