Signed-off-by: Scott Talbert <s...@techie.net>
---
 libconcord/operationfile.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libconcord/operationfile.cpp b/libconcord/operationfile.cpp
index b3a00b6..6431c7d 100644
--- a/libconcord/operationfile.cpp
+++ b/libconcord/operationfile.cpp
@@ -103,7 +103,7 @@ int OperationFile::ReadZipFile(char *file_name)
         if ((strcmp(stat.name, "Data.xml") == 0) ||
             (strcmp(stat.name, "Description.xml") == 0)) {
             debug("Internal file is %s", stat.name);
-            debug("Size is %d", stat.size);
+            debug("Size is %lu", stat.size);
             xml_size = stat.size;
             xml = new uint8_t[xml_size];
             zip_fread(file, xml, xml_size);
-- 
1.9.0


------------------------------------------------------------------------------
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to