Implemented J2K desc to/from MD
[asdcplib.git] / src / kmuuidgen.cpp
index 2e1a868bbb13321241f382078fba0d9f67cd783b..b8e4a2a18a038fe9e95618c5ee15fb6d5788a06e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2008, John Hurst
+Copyright (c) 2005-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -51,7 +51,7 @@ banner(FILE* stream = stdout)
 {
   fprintf(stream, "\n\
 %s (asdcplib %s)\n\n\
-Copyright (c) 2003-2008 John Hurst\n\n\
+Copyright (c) 2003-2009 John Hurst\n\n\
 %s is part of the asdcp DCP tools package.\n\
 asdcplib may be copied only under the terms of the license found at\n\
 the top of every file in the asdcplib distribution kit.\n\n\
@@ -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));