/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
[git/git.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index
5132d28
..
d44fe7c
100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-107,7
+107,7
@@
static void insert_packed_refs(const char *packed_refs, struct ref **list)
return;
for (;;) {
- int cmp, len;
+ int cmp
= cmp
, len;
if (!fgets(buffer, sizeof(buffer), f)) {
fclose(f);