Bug #1038
- Fixed bug #1038, which prints blank lines with bulk changes and when the verbose attributes does not specify it. - Lines do a better separation between each changes also.
This commit is contained in:
committed by
Paul Beckingham
parent
54e3de8118
commit
406f098263
@@ -162,6 +162,8 @@ int CmdModify::execute (std::string& output)
|
||||
std::cout << STRING_CMD_MODIFY_NO << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
if (context.verbose ("blank"))
|
||||
std::cout << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user