public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/qjson/files: qjson-quint64.patch
@ 2009-11-08 15:10 Dominik Kapusta (ayoy)
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Kapusta (ayoy) @ 2009-11-08 15:10 UTC (permalink / raw
  To: gentoo-commits

ayoy        09/11/08 15:10:45

  Added:                qjson-quint64.patch
  Log:
  Fix for bug #292387
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/qjson/files/qjson-quint64.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qjson/files/qjson-quint64.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qjson/files/qjson-quint64.patch?rev=1.1&content-type=text/plain

Index: qjson-quint64.patch
===================================================================
diff --git a/tests/testparser.cpp b/tests/testparser.cpp
index bc84d9d..406423a 100644
--- a/tests/testparser.cpp
+++ b/tests/testparser.cpp
@@ -267,7 +267,7 @@ void TestParser::testNumbers_data() {
   // big number
   input = QByteArray("128708157440");
   output = QVariant(QVariant::ULongLong);
-  output.setValue(128708157440);
+  output.setValue(Q_UINT64_C(128708157440));
 
   QTest::newRow("big number") << input << output << QVariant::ULongLong;
 






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/qjson/files: qjson-quint64.patch
@ 2012-02-07 17:38 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-02-07 17:38 UTC (permalink / raw
  To: gentoo-commits

johu        12/02/07 17:38:56

  Removed:              qjson-quint64.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha85/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-07 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 15:10 [gentoo-commits] gentoo-x86 commit in dev-libs/qjson/files: qjson-quint64.patch Dominik Kapusta (ayoy)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-07 17:38 Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox