Checks for no PP.
[platform/upstream/libaec.git] / tests / check_aec.c
index 9896bc6..4d89fdf 100644 (file)
@@ -180,7 +180,7 @@ int encode_decode_small(struct test_state *state)
                 printf("\n");
             printf("%02x ", state->ubuf[i]);
         }
-        printf("\n\ncompressed buf len %i", compressed_size);
+        printf("\n\ncompressed buf len %li", compressed_size);
         for (i = 0; i < 80; i++) {
             if (i % 8 == 0)
                 printf("\n");
@@ -251,7 +251,7 @@ int encode_decode_large(struct test_state *state)
                 printf("\n");
             printf("%02x ", state->ubuf[i]);
         }
-        printf("\n\ncompressed buf len %i", to);
+        printf("\n\ncompressed buf len %li", to);
         for (i = 0; i < 80; i++) {
             if (i % 8 == 0)
                 printf("\n");