File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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 "30a21899d4ab26b42c021ec3048881c8d1fa240d "
5
- #define GIT_PREV_COMMIT_DATE "2016-12-20 16:50:54 +0200"
6
- #define GIT_COMMIT_DATE "2016-12-21 17:40:55 +0200"
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"
7
7
8
8
#endif
Original file line number Diff line number Diff line change @@ -1209,6 +1209,7 @@ 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 ;
1212
1213
if (!pstr )
1213
1214
return 0 ;
1214
1215
str = wchar_to_utf8 (pstr );
You can’t perform that action at this time.
0 commit comments