- Better wording in comment.
Suggested by: Christoph Mallon <christoph.mallon - at - gmx.de>
This commit is contained in:
parent
430f601d24
commit
235bd13b0c
@ -630,7 +630,7 @@ char *
|
|||||||
find_drive(const char *device)
|
find_drive(const char *device)
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Strip away eventual /dev/ in front. */
|
/* Strip possible /dev/ in front. */
|
||||||
if (strncmp(device, "/dev/", 5) == 0)
|
if (strncmp(device, "/dev/", 5) == 0)
|
||||||
device += 5;
|
device += 5;
|
||||||
return (find_name("gvinumdrive", GV_TYPE_DRIVE, GV_MAXDRIVENAME));
|
return (find_name("gvinumdrive", GV_TYPE_DRIVE, GV_MAXDRIVENAME));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user