mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cleanup: Corrected object initialization using {}
This commit is contained in:
parent
9b5d0a7cdd
commit
5110a83efa
6 changed files with 11 additions and 11 deletions
|
@ -235,7 +235,7 @@ const std::string uuid ()
|
|||
{
|
||||
uuid_t id;
|
||||
uuid_generate (id);
|
||||
char buffer[100] = {0};
|
||||
char buffer[100] {};
|
||||
uuid_unparse_lower (id, buffer);
|
||||
|
||||
// Bug found by Steven de Brouwer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue