Merge pull request #20 from cinecert/htj2c
[asdcplib.git] / src / klvwalk.cpp
index 801389eaa5f731bb422a284ba84137186245cdc0..90b719b87544c4f791b7e18a60311a2111ac629b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2016, John Hurst
+Copyright (c) 2005-2018, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -341,7 +341,7 @@ main(int argc, const char** argv)
          
          while ( ASDCP_SUCCESS(result) )
            {
-             fprintf(stdout, "@0x%08qx: ", pos);
+             fprintf(stdout, "@0x%08llx: ", pos);
              KP.Dump(stdout, DefaultCompositeDict(), true);
              pos = Reader.Tell();
              result = KP.InitFromFile(Reader);