Hello,
In sparse_diff_file in sparse.c:697 we have:

  if (!tar_sparse_init (&file))
    return dump_status_not_implemented;


Since sparse_diff_file has return type bool, shouldn't it be return
false instead?


Rikard

Reply via email to