Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/fix-abbrev'
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index ad6843a8b6cf0a59466a87a89a90165751923273..dd51ac48b60d93031aa761d6731dd066c04e6989 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-1666,7
+1666,7
@@
static void dump_marks_helper(FILE *f,
if (m->shift) {
for (k = 0; k < 1024; k++) {
if (m->data.sets[k])
- dump_marks_helper(f,
(base + k) << m->shift
,
+ dump_marks_helper(f,
base + (k << m->shift)
,
m->data.sets[k]);
}
} else {