mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #1791: more minor typos
This commit is contained in:
parent
efa655a2b0
commit
f3d1b8d8a9
@ -373,7 +373,7 @@ static void mkfs_action(istringstream& is,
|
||||
goto error_img;
|
||||
}
|
||||
|
||||
if ( is.fail() )
|
||||
if ( !is.fail() )
|
||||
{
|
||||
is >> source >> ws;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user