diff options
| author | jhurst <jhurst@cinecert.com> | 2018-10-13 21:50:21 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-10-13 21:50:21 +0000 |
| commit | 11a6c3d9b3fb6318909d36e6bbc1c4c74450b9f2 (patch) | |
| tree | 57eac8c82615ff3ad75b45fcc648e1af184ba44d /src/kmuuidgen.cpp | |
| parent | a4b5771f03a81b6948a6daf61029811529943e5f (diff) | |
copyright date cleanup
Diffstat (limited to 'src/kmuuidgen.cpp')
| -rw-r--r-- | src/kmuuidgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmuuidgen.cpp b/src/kmuuidgen.cpp index a77379b..b8e4a2a 100644 --- a/src/kmuuidgen.cpp +++ b/src/kmuuidgen.cpp @@ -167,7 +167,7 @@ main(int argc, const char** argv) const byte_t* p = UUID.Value(); printf("\ -byte_t uuid_buf[] = {\n\ +byte_t uuid_buf[16] = {\n\ // %s\n ", UUID.EncodeHex(uuid_buf, 40)); |
