diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1391,7 +1391,7 @@ xs_str *timeline_fn_by_md5(snac *snac, const char *md5) | |||
| 1391 | } | 1391 | } |
| 1392 | 1392 | ||
| 1393 | 1393 | ||
| 1394 | int timeline_here(snac *snac, const char *md5) | 1394 | int timeline_here_by_md5(snac *snac, const char *md5) |
| 1395 | /* checks if an object is in the user cache */ | 1395 | /* checks if an object is in the user cache */ |
| 1396 | { | 1396 | { |
| 1397 | xs *fn = timeline_fn_by_md5(snac, md5); | 1397 | xs *fn = timeline_fn_by_md5(snac, md5); |
| @@ -1515,7 +1515,7 @@ xs_list *timeline_top_level(snac *snac, const xs_list *list) | |||
| 1515 | break; | 1515 | break; |
| 1516 | 1516 | ||
| 1517 | /* well, there is a parent... but is it here? */ | 1517 | /* well, there is a parent... but is it here? */ |
| 1518 | if (!timeline_here(snac, line2)) | 1518 | if (!timeline_here_by_md5(snac, line2)) |
| 1519 | break; | 1519 | break; |
| 1520 | 1520 | ||
| 1521 | /* it's here! try again with its own parent */ | 1521 | /* it's here! try again with its own parent */ |