Skip to content

Commit 6d910c1

Browse files
author
virco
committed
fix
1 parent 94bcb6b commit 6d910c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gitcommit.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef _GITCOMMIT_H
22
#define _GITCOMMIT_H
33

4-
#define GIT_PREV_COMMIT_ID "57f586734ef1bae34196c19eb9bcc12e4303e3ce"
5-
#define GIT_PREV_COMMIT_DATE "2016-12-21 17:40:55 +0200"
6-
#define GIT_COMMIT_DATE "2016-12-21 18:57:10 +0200"
4+
#define GIT_PREV_COMMIT_ID "94bcb6bc2320e3a73c2e3fccbda649bd79421db7"
5+
#define GIT_PREV_COMMIT_DATE "2016-12-21 18:57:17 +0200"
6+
#define GIT_COMMIT_DATE "2016-12-22 01:29:14 +0200"
77

88
#endif

pcompat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,6 @@ static void gfree_ptr(HGLOBAL ptr){
12091209
static int try_set_proxy(LPWSTR pstr){
12101210
char *str, *c;
12111211
size_t hl, pl;
1212-
proxy_type=PROXY_NONE;
12131212
if (!pstr)
12141213
return 0;
12151214
str=wchar_to_utf8(pstr);
@@ -1258,6 +1257,7 @@ static void detect_proxy(){
12581257
HINTERNET hi;
12591258
if (recent_detect())
12601259
return;
1260+
proxy_type=PROXY_NONE;
12611261
hi=NULL;
12621262
pinfo.lpszProxy=NULL;
12631263
pinfo.lpszProxyBypass=NULL;

0 commit comments

Comments
 (0)