Skip to content

Commit 4d03320

Browse files
author
virco
committed
fix
1 parent 57f5867 commit 4d03320

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 "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"
77

88
#endif

pcompat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ 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;
12121213
if (!pstr)
12131214
return 0;
12141215
str=wchar_to_utf8(pstr);

0 commit comments

Comments
 (0)