diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-22 00:34:42 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-22 00:34:42 +0100 |
commit | 6733f60178cc67d5064583d433335ce8fb25eae1 (patch) | |
tree | 17c10cc9e416e715b91195e089b5b9c4e9b18b00 /extras | |
parent | c3f0b654fc18b5f98bc65074e2118177e0f37ae9 (diff) |
update NEWS TODO
Diffstat (limited to 'extras')
-rw-r--r-- | extras/volume_id/lib/volume_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index a93ade6427..8bbbc38c32 100644 --- a/extras/volume_id/lib/volume_id.c +++ b/extras/volume_id/lib/volume_id.c @@ -446,7 +446,7 @@ int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size info("signature '%s' %i detected\n", id->type, i); if (id->force_unique_result) force_unique_result = 1; - if (found && force_unique_result) { + if (found > 0 && force_unique_result) { info("conflicting signatures found, skip results\n"); return -1; } |