##// END OF EJS Templates
revlog: fix index_fast_rank (wip)...
Julien Cristau -
r49826:890db1c9 default
parent child Browse files
Show More
@@ -588,7 +588,7 b' static int index_fast_rank(indexObject *'
588 return 0; /* convention */
588 return 0; /* convention */
589 }
589 }
590
590
591 return *(index_deref(self, pos) + entry_cl2_offset_rank);
591 return getbe32(index_deref(self, pos) + entry_cl2_offset_rank);
592 }
592 }
593
593
594 /*
594 /*
General Comments 0
You need to be logged in to leave comments. Login now