changeset 37930 | 892592475094 |
parent 37929 | 9c6d1d41b3e6 |
child 37968 | 0304f22497fa |
37929:9c6d1d41b3e6 | 37930:892592475094 |
---|---|
1241 if (n == NULL) |
1241 if (n == NULL) |
1242 return -1; |
1242 return -1; |
1243 if (nt_insert(self, n, rev) == -1) |
1243 if (nt_insert(self, n, rev) == -1) |
1244 return -1; |
1244 return -1; |
1245 } |
1245 } |
1246 self->ntrev = rev; |
1246 self->ntrev = -1; |
1247 } |
1247 } |
1248 return 0; |
1248 return 0; |
1249 } |
1249 } |
1250 |
1250 |
1251 static int nt_partialmatch(indexObject *self, const char *node, |
1251 static int nt_partialmatch(indexObject *self, const char *node, |