File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef _GITCOMMIT_H
2
2
#define _GITCOMMIT_H
3
3
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"
7
7
8
8
#endif
Original file line number Diff line number Diff line change @@ -1209,7 +1209,6 @@ static void gfree_ptr(HGLOBAL ptr){
1209
1209
static int try_set_proxy (LPWSTR pstr ){
1210
1210
char * str , * c ;
1211
1211
size_t hl , pl ;
1212
- proxy_type = PROXY_NONE ;
1213
1212
if (!pstr )
1214
1213
return 0 ;
1215
1214
str = wchar_to_utf8 (pstr );
@@ -1258,6 +1257,7 @@ static void detect_proxy(){
1258
1257
HINTERNET hi ;
1259
1258
if (recent_detect ())
1260
1259
return ;
1260
+ proxy_type = PROXY_NONE ;
1261
1261
hi = NULL ;
1262
1262
pinfo .lpszProxy = NULL ;
1263
1263
pinfo .lpszProxyBypass = NULL ;
You can’t perform that action at this time.
0 commit comments