mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon: ntfs: fix name of the ntfs-3g.probe tool
Fixes commit 381c8b68c4, which forgot to
add the dash in the name.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
int
|
||||
optgroup_ntfs3g_available (void)
|
||||
{
|
||||
return prog_exists ("ntfs3g.probe");
|
||||
return prog_exists ("ntfs-3g.probe");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user