Diagnostics
- Added new 'diagnostics' command to assist with bug reporting, testing. It answers questions such as "did you compile it yourself?", and more. - Specifically, it runs a UUID generation test to prove that the UUIDs are really unique.
This commit is contained in:
@@ -626,7 +626,7 @@ ARE_THESE_REALLY_HARMFUL:
|
||||
// Introducing the Silver Bullet. This feature is the catch-all fixative for
|
||||
// various other ills. This is like opening up the hood and going in with a
|
||||
// wrench. To be used sparingly.
|
||||
int handleEdit (std::string &outs)
|
||||
int handleEdit (std::string& outs)
|
||||
{
|
||||
int rc = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user