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

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