X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=http-push.c;h=b35d400ee1a2e8b5c97ca6ad82f6d91818519456;hb=a3c57c9adb2844cebf2048b5ece356f3a091d4f9;hp=e44310f5a8115011eafce41362d1752c4ee0f72f;hpb=3dfaf7bcfd116ac180df8405e700a20d7159702b;p=git.git diff --git a/http-push.c b/http-push.c index e44310f5..b35d400e 100644 --- a/http-push.c +++ b/http-push.c @@ -71,7 +71,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;