Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
35e9407c
Commit
35e9407c
authored
Sep 27, 2011
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #432 from carlosmn/msvc
Really fix MSVC
parents
887eaf4d
a5b0e7f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
deps/http-parser/http_parser.c
+1
-1
src/config.c
+0
-1
No files found.
deps/http-parser/http_parser.c
View file @
35e9407c
...
...
@@ -368,7 +368,7 @@ size_t http_parser_execute (http_parser *parser,
enum
state
state
;
enum
header_states
header_state
;
uint64_t
index
=
parser
->
index
;
uint
64
_t
nread
=
parser
->
nread
;
uint
32
_t
nread
=
parser
->
nread
;
const
char
*
header_field_mark
,
*
header_value_mark
,
*
url_mark
;
const
char
*
matcher
;
...
...
src/config.c
View file @
35e9407c
...
...
@@ -352,7 +352,6 @@ static int win32_find_system(char *system_config_path)
return
GIT_ENOMEM
;
ret
=
ExpandEnvironmentStringsW
(
query
,
apphome_utf16
,
size
);
free
(
query_utf16
);
if
(
ret
==
0
||
ret
>=
size
)
return
git__throw
(
GIT_ERROR
,
"Failed to expand environment strings"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment