bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in sparse_diff_file?


From: Rikard Falkeborn
Subject: Bug in sparse_diff_file?
Date: Tue, 25 Feb 2020 00:01:13 +0100

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

[Prev in Thread] Current Thread [Next in Thread]