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

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