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

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