##// END OF EJS Templates
revlog: fix wrong type of rank_unknown variable...
Julien Cristau -
r49820:9ce563fb stable
parent child Browse files
Show More
@@ -179,7 +179,7 b' static const long entry_cl2_offset_rank '
179 179 /* next free offset: 73 */
180 180
181 181 static const char comp_mode_inline = 2;
182 static const char rank_unknown = -1;
182 static const int rank_unknown = -1;
183 183
184 184 static void raise_revlog_error(void)
185 185 {
General Comments 0
You need to be logged in to leave comments. Login now