Blame SOURCES/0001-testsuite-Correct-string-format.patch

b1133e
From e8e69f0bf6f0bf067bc7f58f018a74c35d469342 Mon Sep 17 00:00:00 2001
b1133e
From: Matej Marusak <mmarusak@redhat.com>
b1133e
Date: Tue, 4 Dec 2018 11:47:16 +0100
b1133e
Subject: [PATCH 1/2] testsuite: Correct string format
b1133e
b1133e
Signed-off-by: Matej Marusak <mmarusak@redhat.com>
b1133e
(cherry picked from commit 7b123846bc8baa3ff3a6ab8b4e1c5c062d666b5f)
b1133e
---
b1133e
 tests/reported_to.at | 2 +-
b1133e
 1 file changed, 1 insertion(+), 1 deletion(-)
b1133e
b1133e
diff --git a/tests/reported_to.at b/tests/reported_to.at
b1133e
index ecf323d8..f95971f7 100644
b1133e
--- a/tests/reported_to.at
b1133e
+++ b/tests/reported_to.at
b1133e
@@ -221,7 +221,7 @@ bool parse_and_check(const char *reported_to, GList *expected)
b1133e
 
b1133e
         if(e->timestamp != c->timestamp)
b1133e
         {
b1133e
-            printf("Timestamps: '%lld' != '%lld'\n", e->timestamp, c->timestamp);
b1133e
+            printf("Timestamps: '%ld' != '%ld'\n", e->timestamp, c->timestamp);
b1133e
             goto finish;
b1133e
         }
b1133e
 
b1133e
-- 
b1133e
2.21.0
b1133e